UNPKG

path2

Version:

Modular and extended version of `path` package

8 lines (5 loc) 134 B
'use strict'; module.exports = exports = function (t, a) { exports.tests(t, a); }; exports.tests = function (t, a) { a(t, ';'); };