UNPKG

@flex-development/pathe

Version:

Universal drop-in replacement for node:path

9 lines (8 loc) 199 B
/** * @file Package Entry Point * @module pathe */ export type * from '#interfaces/index'; export * from '#lib'; export { default, posix, win32 } from '#pathe'; export type * from '#types/index';