UNPKG

tsc-path-fix

Version:

Zero-runtime TypeScript path resolver - converts aliases to relative paths at compile time. Fast, lightweight, with native watch mode.

3 lines (2 loc) 214 B
export declare function streamProcessFile(filePath: string, transformFn: (chunk: string) => string): Promise<void>; export declare function fileContainsPattern(filePath: string, pattern: RegExp): Promise<boolean>;