Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100108353
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
Tue, Jan 28, 06:07
Size
417 B
Mime Type
text/x-java
Expires
Thu, Jan 30, 06:07 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23901900
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