Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120132684
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
Wed, Jul 2, 04:10
Size
417 B
Mime Type
text/x-java
Expires
Fri, Jul 4, 04:10 (2 d)
Engine
blob
Format
Raw Data
Handle
27145262
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