UNPKG

343 BTypeScriptView Raw
1import * as webpack from 'webpack';
2import { TSInstance } from './interfaces';
3export declare function getTSInstanceFromCache(key: webpack.Compiler, name: string): TSInstance | undefined;
4export declare function setTSInstanceInCache(key: webpack.Compiler, name: string, instance: TSInstance): void;
5//# sourceMappingURL=instance-cache.d.ts.map
\No newline at end of file