UNPKG
@flex-development/pathe
Version:
latest (4.0.2)
4.0.2
4.0.1
4.0.0
3.0.0
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
Universal drop-in replacement for node:path
github.com/flex-development/pathe
flex-development/pathe
@flex-development/pathe
/
dist
/
lib
/
sep.d.mts
18 lines
(17 loc)
•
278 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** *
@file
sep *
@module
pathe/lib/sep */
import type { PosixSep }
from
'@flex-development/pathe'
;
/** * POSIX path segment separator. * *
@see
{
@linkcode
PosixSep} * *
@category
* core * *
@const
{PosixSep} sep */
declare
const
sep
: PosixSep; export
default
sep;