UNPKG

orgast-util-visit-ids

Version:

orgast (uniorg) utility to visit all nodes with ids

3 lines (2 loc) 157 B
import { OrgNode, OrgData, Section } from 'uniorg'; export declare function visitIds(tree: OrgNode, f: (id: string, node: OrgData | Section) => void): void;