UNPKG

@devlander/collect-exports-for-bundle

Version:

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

17 lines (16 loc) 467 B
interface ParseComplexExtensionFromFileResult { (target: string, options: { debug?: boolean; forceIsFilePath?: boolean; forceIsDirectory?: boolean; }): { extension?: string; fileName?: string; folderName?: string; baseFileName?: string; originalValue: string; words?: string[]; }; } export declare const parseComplexExtensionFromFile: ParseComplexExtensionFromFileResult; export {};