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.d.ts
3 lines
•
112 B
TypeScript
View Raw
1
2
3
/// <reference path="../docs/types/index.d.ts" />
import
PATH_SEP
from
'../docs/types/index'
;
export
=
PATH_SEP
;