Page MenuHomec4science

CompilerWithWatchFileSystem.d.ts
No OneTemporary

File Metadata

Created
Sun, Jan 5, 21:53

CompilerWithWatchFileSystem.d.ts

import webpack from 'webpack';
import { WatchFileSystem } from './WatchFileSystem';
interface CompilerWithWatchFileSystem<TWatchFileSystem extends WatchFileSystem = WatchFileSystem> extends webpack.Compiler {
watchFileSystem?: TWatchFileSystem;
}
export { CompilerWithWatchFileSystem };

Event Timeline