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
/
index.js
11 lines
(8 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
var
indexTest =
require
(
'tad/lib/utils/index-test'
);
module
.
exports
=
indexTest
(indexTest.
readDir
(__dirname +
'/../'
)(
function
(
o
) {
delete
o.
isWindows
;
delete
o.
posix
;
delete
o.
windows
;
return
o; }));