UNPKG

@flex-development/pathe

Version:

Universal drop-in replacement for node:path

17 lines (16 loc) 804 B
/** * @file Entry Point - Type Aliases * @module pathe/types */ export type { default as Cwd } from '#types/cwd'; export type { default as Delimiter } from '#types/delimiter'; export type { default as PosixDelimiter } from '#types/delimiter-posix'; export type { default as WindowsDelimiter } from '#types/delimiter-windows'; export type { default as DeviceRoot } from '#types/device-root'; export type { default as Dot } from '#types/dot'; export type { default as DriveLetter } from '#types/drive-letter'; export type { default as EmptyString } from '#types/empty-string'; export type { default as Ext } from '#types/ext'; export type { default as Sep } from '#types/sep'; export type { default as PosixSep } from '#types/sep-posix'; export type { default as WindowsSep } from '#types/sep-windows';