Skip to content

Commit 7e89042

Browse files
authored
feature(INDEX) simplify
1 parent ef8ac38 commit 7e89042

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
'use strict'
2-
3-
const union = require('./prelude').union
4-
5-
module.exports = (path, pathA) => union([path.split('/'), pathA.split('/')]).join('/')
2+
module.exports = require('./prelude').pathUnion

0 commit comments

Comments
 (0)