UNPKG

typescript-transform-paths

Version:

Transforms module resolution paths using TypeScript path mapping and/or custom paths

4 lines (3 loc) 220 B
export declare const isURL: (s: string | undefined) => s is string; export declare const isBaseDir: (baseDir: string, testDir: string) => boolean; export declare const maybeAddRelativeLocalPrefix: (p: string) => string;