Skip to content

Commit

Permalink
Build/v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 24, 2024
1 parent a9f4757 commit 977c49f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 40 deletions.
5 changes: 2 additions & 3 deletions Source/Function/Merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*/
export default (await import("deepmerge-ts")).deepmergeCustom<Generic>({
mergeArrays: false,
}) satisfies Interface<Generic> as Interface<Generic>;
});

import type Interface from "../Interface/Merge.js";
import type { Generic } from "../Interface/Merge.js";
import type Generic from "../Interface/Generic.js";
9 changes: 9 additions & 0 deletions Source/Interface/Generic.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/**
* @module Generic
*
*/
export default interface Interface {
DeepMergeArraysURI: DeepMergeLeafURI;
}

import type { DeepMergeLeafURI } from "deepmerge-ts";
37 changes: 0 additions & 37 deletions Source/Interface/Merge.ts

This file was deleted.

0 comments on commit 977c49f

Please sign in to comment.