UNPKG

resolve-tspaths

Version:

Transform path mappings in your compiled Typescript code

8 lines (7 loc) 186 B
import type { Change } from "../types"; /** * Apply the file changes. * * @param changes The file changes to apply. */ export declare function applyChanges(changes: Change[]): void;