UNPKG

117 BTypeScriptView Raw
1export declare const WatchModeSymbol: symbol;
2export declare class CheckerPlugin {
3 apply(compiler: any): void;
4}