Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102289741
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
Wed, Feb 19, 04:12
Size
304 B
Mime Type
text/x-java
Expires
Fri, Feb 21, 04:12 (2 d)
Engine
blob
Format
Raw Data
Handle
24324800
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