UNPKG
orgast-util-visit-ids
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.5.6
0.5.3
0.5.2
0.5.1
0.5.0
0.4.5
0.4.4
0.4.3
0.4.0
0.3.1
0.3.0
0.2.1
orgast (uniorg) utility to visit all nodes with ids
github.com/rasendubi/uniorg
rasendubi/uniorg
orgast-util-visit-ids
/
lib
/
index.d.ts
3 lines
(2 loc)
•
157 B
TypeScript
View Raw
1
2
3
import
{
OrgNode
,
OrgData
,
Section
}
from
'uniorg'
;
export
declare
function
visitIds
(
tree
:
OrgNode
,
f
: (id:
string
, node: OrgData | Section) =>
void
):
void
;