Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101524079
config.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, Feb 11, 06:39
Size
491 B
Mime Type
text/x-java
Expires
Thu, Feb 13, 06:39 (2 d)
Engine
blob
Format
Raw Data
Handle
24158764
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
config.d.ts
View Options
import * as Rsg from '../typings';
/**
* Read, parse and validate config file or passed config.
*
* @param {object|string} [config] All config options or config file name or nothing.
* @param {function} [update] Change config object before running validation on it.
* @returns {object}
*/
declare function getConfig(config?: string | Rsg.StyleguidistConfig, update?: (conf: Rsg.StyleguidistConfig) => Rsg.StyleguidistConfig): Rsg.SanitizedStyleguidistConfig;
export default getConfig;
Event Timeline
Log In to Comment