UNPKG

@bleed-believer/path-alias

Version:
10 lines (9 loc) 189 B
export declare class ExtParser { #private; constructor(input: string); isFileUrl(): boolean; isTs(): boolean; isJs(): boolean; toTs(): string; toJs(): string; }