mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2026-02-01 15:54:21 +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
|