Page MenuHomec4science

CompilerWithWatchFileSystem.d.ts
No OneTemporary

File Metadata

Created
Sat, Dec 14, 18:33

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