Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105128874
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, Mar 14, 21:51
Size
304 B
Mime Type
text/x-java
Expires
Sun, Mar 16, 21:51 (2 d)
Engine
blob
Format
Raw Data
Handle
24927795
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