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) 235 B
export declare function checkForUpdates(verbose?: boolean, debug?: boolean, forceCheck?: boolean): Promise<string | null>; export declare function notifyUpdates(verbose?: boolean, debug?: boolean, forceCheck?: boolean): Promise<void>;