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 ef8ac38 commit 7e89042Copy full SHA for 7e89042
index.js
@@ -1,5 +1,2 @@
1
'use strict'
2
-
3
-const union = require('./prelude').union
4
5
-module.exports = (path, pathA) => union([path.split('/'), pathA.split('/')]).join('/')
+module.exports = require('./prelude').pathUnion
0 commit comments