UNPKG
path2
Version:
latest (0.1.0)
0.1.0
Modular and extended version of `path` package
github.com/medikoo/path2
medikoo/path2
path2
/
test
/
windows
/
sep.js
8 lines
(5 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
module
.
exports
=
exports
=
function
(
t, a
) {
exports
.
tests
(t, a); };
exports
.
tests
=
function
(
t, a
) {
a
(t,
'\\'
); };