Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98478003
mergeOptions.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
Mon, Jan 13, 13:40
Size
417 B
Mime Type
text/x-java
Expires
Wed, Jan 15, 13:40 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
23591150
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
mergeOptions.d.ts
View Options
import { devServerOptionsType } from './types';
/**
*
* Merges CLI options and devServer options from config file
*
* @param {Object} cliOptions - devServer CLI args
* @param {Object} devServerOptions - devServer config options
*
* @returns {Object} merged options object
*/
export default function mergeOptions(cliOptions: devServerOptionsType, devServerOptions: devServerOptionsType): devServerOptionsType;
Event Timeline
Log In to Comment