Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121599124
CompilerWithWatchFileSystem.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jul 12, 08:24
Size
291 B
Mime Type
text/x-java
Expires
Mon, Jul 14, 08:24 (2 d)
Engine
blob
Format
Raw Data
Handle
27355697
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
CompilerWithWatchFileSystem.d.ts
View Options
import webpack from 'webpack';
import { WatchFileSystem } from './WatchFileSystem';
interface CompilerWithWatchFileSystem<TWatchFileSystem extends WatchFileSystem = WatchFileSystem> extends webpack.Compiler {
watchFileSystem?: TWatchFileSystem;
}
export { CompilerWithWatchFileSystem };
Event Timeline
Log In to Comment