We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c5887 commit 44c4296Copy full SHA for 44c4296
index.js
@@ -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