Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95327834
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, Dec 14, 18:33
Size
291 B
Mime Type
text/x-java
Expires
Mon, Dec 16, 18:33 (2 d)
Engine
blob
Format
Raw Data
Handle
22969963
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