UNPKG
@stdlib/constants-path-sep
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Platform-specific path segment separator.
stdlib.io
stdlib-js/constants-path-sep
@stdlib/constants-path-sep
/
dist
/
index.js
4 lines
(3 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
"use strict"
;
var
e=
require
(
'@stdlib/assert-is-windows/dist'
),P=
require
(
'@stdlib/constants-path-sep-win32/dist'
),S=
require
(
'@stdlib/constants-path-sep-posix/dist'
),r;e?r=
P
:r=S;
module
.
exports
=r;
/**
@license
Apache
-2.0 */
//# sourceMappingURL=index.js.map