Skip to content

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.

Parameter Type Default value

fs

FileSystem

undefined

root

string

'/'

Promise<OkfConcept[]>