Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104940072
findSection.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
Thu, Mar 13, 13:06
Size
287 B
Mime Type
text/x-java
Expires
Sat, Mar 15, 13:06 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
24882588
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
findSection.d.ts
View Options
import * as Rsg from '../../typings';
/**
* Recursively finds a section with a given name (exact match)
*
* @param {Array} sections
* @param {string} name
* @return {object}
*/
export default function findSection(sections: Rsg.Section[], name: string): Rsg.Section | undefined;
Event Timeline
Log In to Comment