Skip to content

Commit

Permalink
feat: expose some of the internal utils
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Apr 3, 2023
1 parent ab70846 commit a11a03d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
export { deepmerge, deepmergeCustom } from "./deepmerge.js";
export { deepmergeInto, deepmergeIntoCustom } from "./deepmerge-into.js";
export {
type ObjectType,
getKeys,
getObjectType,
objectHasProperty,
} from "./utils.js";

export type { MergeFunctions as DeepMergeMergeIntoFunctionsDefaults } from "./defaults/into.js";
export type { MergeFunctions as DeepMergeMergeFunctionsDefaults } from "./defaults/vanilla.js";
Expand All @@ -21,4 +27,5 @@ export type {
DeepMergeRecordsDefaultHKT,
DeepMergeSetsDefaultHKT,
Reference as DeepMergeValueReference,
GetDeepMergeMergeFunctionsURIs,
} from "./types/index.js";

0 comments on commit a11a03d

Please sign in to comment.