amis-rpc-design/node_modules/ts-loader/dist/instance-cache.d.ts
2023-10-07 19:42:30 +08:00

5 lines
355 B
TypeScript

import * as webpack from 'webpack';
import { TSInstance } from './interfaces';
export declare function getTSInstanceFromCache(key: webpack.Compiler, name: string): TSInstance | undefined;
export declare function setTSInstanceInCache(key: webpack.Compiler | undefined, name: string, instance: TSInstance): void;
//# sourceMappingURL=instance-cache.d.ts.map