UNPKG

cross-platform-path-utils

Version:

Cross-OS path normalization and import resolution utilities for CLI tools and static analysis

5 lines (4 loc) 214 B
export * from './utils/pathUtils'; export { processFileWithImports } from './examples/pathHandling'; export type { ProcessedFile } from './types'; export type { ProcessedFile as ProcessedFileType } from './types';