UNPKG

path2

Version:

Modular and extended version of `path` package

7 lines (5 loc) 116 B
'use strict'; module.exports = function (t, a) { t = t(require('../posix/_split-path')); a(t('/a/b/'), '/a'); };