UNPKG

@flex-development/pathe

Version:

Universal drop-in replacement for node:path

18 lines (17 loc) 278 B
/** * @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;