UNPKG

@devlander/collect-exports-for-bundle

Version:

Generate comprehensive export files for TypeScript/JavaScript projects with Rollup compatibility

8 lines (7 loc) 269 B
export declare function parseComplexExtensionFromPath(filePath: string, debug?: boolean): { extension?: string | undefined; fileName?: string | undefined; folderName?: string | undefined; baseFileName?: string | undefined; originalValue: string; };