UNPKG

@flex-development/pathe

Version:

Universal drop-in replacement for node:path

10 lines (9 loc) 198 B
/** * @file Type Aliases - WindowsDelimiter * @module pathe/types/WindowsDelimiter */ /** * Windows path delimiter. */ type WindowsDelimiter = ';'; export type { WindowsDelimiter as default };