Browse Source

feat: export everything

Co-authored-by: DoneDeal0 <ap.lanoe@outlook.com>
pull/19/head
Máté Szentgróti 10 months ago committed by GitHub
parent
commit
2aba63eccd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 16
      src/index.ts

16
src/index.ts

@ -1,18 +1,4 @@ @@ -1,18 +1,4 @@
export { getObjectDiff } from "./object-diff";
export { getListDiff } from "./list-diff";
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";
export * from "./model";

Loading…
Cancel
Save