UNPKG

@tscc/tscc

Version:

A typescript transpiler and bundler that wires up tsickle and closure compiler seamlessly

7 lines (6 loc) 298 B
/** * @fileoverview This contains functions to apply various patches to tsickle. For more details, see * each modules. This must be applied and restored synchronously before and after tsickle runs. */ export declare function applyPatches(): void; export declare function restorePatches(): void;