Skip to content

Commit

Permalink
chore: putout: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Nov 22, 2023
1 parent 3859e88 commit 7a4f7e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/putout/lib/merge.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
'use strict';

const deepmerge = require('deepmerge');

const arrayUnion = (...a) => [...new Set(a.flat())];

const arrayMerge = (a, b) => arrayUnion(b, a);

module.exports = (...args) => {
Expand Down

0 comments on commit 7a4f7e5

Please sign in to comment.