Skip to content

Commit d30e9e7

Browse files
committed
feat(collections/unstable): add "union" to DeepMergeOptions.arrays
Adds a `"union"` `MergingStrategy` for `arrays` only, through a new exported type `ArraysMergingStrategy`. Implementation uses the `union` `function` imported from `"./union.ts"`
1 parent 260f5b8 commit d30e9e7

3 files changed

Lines changed: 1093 additions & 0 deletions

File tree

collections/deno.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"./union": "./union.ts",
4949
"./unstable-binary-search": "./unstable_binary_search.ts",
5050
"./unstable-cycle": "./unstable_cycle.ts",
51+
"./unstable-deep-merge": "./unstable_deep_merge.ts",
5152
"./unstable-distinct-by": "./unstable_distinct_by.ts",
5253
"./unstable-drop-last-while": "./unstable_drop_last_while.ts",
5354
"./unstable-drop-while": "./unstable_drop_while.ts",

0 commit comments

Comments
 (0)