UNPKG

typescript-transform-paths

Version:

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

4 lines (3 loc) 200 B
/** @private The Export is only for unit tests */ export declare function getMatchPortion(from: string, to: string): string; export declare function getRelativePath(from: string, to: string): string;