Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101939575
getComponentFilesFromSections.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
Sat, Feb 15, 09:25
Size
364 B
Mime Type
text/x-java
Expires
Mon, Feb 17, 09:25 (2 d)
Engine
blob
Format
Raw Data
Handle
24237796
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
getComponentFilesFromSections.d.ts
View Options
import * as Rsg from '../../typings';
/**
* Return absolute paths of all components in sections.
*
* @param {Array} sections
* @param {string} rootDir
* @param {Array} [ignore] Glob patterns to ignore.
* @returns {Array}
*/
export default function getComponentFilesFromSections(sections: Rsg.ConfigSection[], rootDir?: string, ignore?: string[]): string[];
Event Timeline
Log In to Comment