1 changed files with 15 additions and 0 deletions
@ -1,3 +1,18 @@ |
|||||||
export { getObjectDiff } from "./object-diff"; |
export { getObjectDiff } from "./object-diff"; |
||||||
export { getListDiff } from "./list-diff"; |
export { getListDiff } from "./list-diff"; |
||||||
export { isEqual, isObject } from "./utils"; |
export { isEqual, isObject } from "./utils"; |
||||||
|
export { |
||||||
|
type DataDiff, |
||||||
|
type ListData, |
||||||
|
type ListDiff, |
||||||
|
type ListDiffStatus, |
||||||
|
type ListOptions, |
||||||
|
type ListStatusTuple, |
||||||
|
type ObjectData, |
||||||
|
type ObjectDiff, |
||||||
|
type ObjectDiffStatus, |
||||||
|
type ObjectOptions, |
||||||
|
type ObjectStatusTuple, |
||||||
|
type SubProperties, |
||||||
|
type isEqualOptions |
||||||
|
} from "./model"; |
||||||
|
Loading…
Reference in new issue