UNPKG

hot-import

Version:

Hot Module Replacement (HMR) for Node.js

10 lines (9 loc) 489 B
export interface ModuleInfo { file: string; returnValue: any; } export declare function emptyObjectModuleFixture(): IterableIterator<ModuleInfo>; export declare function changingVariableModuleFixtures(): AsyncIterableIterator<ModuleInfo>; export declare function changingClassModuleFixtures(): AsyncIterableIterator<ModuleInfo>; export declare function changingRawFuncModuleFixtures(): AsyncIterableIterator<ModuleInfo>; export declare function tmpDir(): IterableIterator<string>;