Skip to main content

Type Alias: FlatTokenMap

FlatTokenMap = Record<string, string | number>

Defined in: roots/helpers.ts:294

A flat map of dot-path token keys to resolved raw values.

Most {ref} values are recursively resolved. Unresolvable or circular references are preserved as their original {path} string.