1 changed files with 1 additions and 15 deletions
@ -1,18 +1,4 @@ |
|||||||
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 { |
export * from "./model"; |
||||||
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