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
/
_split-path.js
6 lines
(4 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
module
.
exports
=
function
(
t, a
) { a.
deep
(
t
(
'C:\\raz\\dwa\\trzy.js'
), [
'C:\\'
,
'raz\\dwa\\'
,
'trzy.js'
,
'.js'
]); };