UNPKG

@flex-development/pathe

Version:

Universal drop-in replacement for node:path

10 lines (9 loc) 172 B
/** * @file Type Aliases - PosixSep * @module pathe/types/PosixSep */ /** * POSIX path segment separator. */ type PosixSep = '/'; export type { PosixSep as default };