listOkfConcepts
function listOkfConcepts(fs, root?): Promise<OkfConcept[]>;List every concept in a bundle (skips reserved index.md/log.md). Permissive
per §9: a concept whose frontmatter is unparseable or lacks type is skipped,
not fatal — a partially-generated bundle stays consumable.
Parameters
Section titled “Parameters”| Parameter | Type | Default value |
|---|---|---|
|
|
|
|
|
|
|
|
Returns
Section titled “Returns”Promise<OkfConcept[]>