Skip to content

Commit 44c4296

Browse files
authored
chore(INDEX) init 🔥
1 parent 25c5887 commit 44c4296

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.js

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

0 commit comments

Comments
 (0)