Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101821887
create-server.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
Fri, Feb 14, 01:54
Size
304 B
Mime Type
text/x-java
Expires
Sun, Feb 16, 01:54 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24237476
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
create-server.d.ts
View Options
import webpack from 'webpack';
import WebpackDevServer from 'webpack-dev-server';
import * as Rsg from '../typings';
export default function createServer(config: Rsg.SanitizedStyleguidistConfig, env: 'development' | 'production' | 'none'): {
app: WebpackDevServer;
compiler: webpack.Compiler;
};
Event Timeline
Log In to Comment