UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

13 lines 764 B
export * from './types/path-input.type.js'; export * from './types/stem-and-ext-tuple.type.js'; export * from './types/segments/mutable-path-segments.type.js'; export * from './types/segments/path-segments.type.js'; export * from './types/segments/special-segments-allowed-for-basename.type.js'; export * from './types/segments/unchecked-path-segments.type.js'; export * from './types/segments/segment/path-segment.type.js'; export * from './types/segments/segment/unchecked-path-segment.type.js'; export * from './types/platform-config/path-platform-config.type.js'; export * from './types/platform-config/windows-path-platform-config.type.js'; export * from './class/path.class.js'; export * from './class/functions/is-path.js'; //# sourceMappingURL=index.js.map