mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
4 lines
201 B
TypeScript
4 lines
201 B
TypeScript
import * as tsTypes from "typescript";
|
|
export declare let tsModule: typeof tsTypes;
|
|
export declare function setTypescriptModule(override: typeof tsTypes): void;
|
|
//# sourceMappingURL=tsproxy.d.ts.map
|