Page MenuHomec4science

findSection.d.ts
No OneTemporary

File Metadata

Created
Thu, Mar 13, 17:25

findSection.d.ts

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