Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/skills / spec / getSpecSnapshot

Function: getSpecSnapshot()

ts
function getSpecSnapshot(): SpecSnapshot;

Defined in: packages/skills/src/spec/index.ts:77

Return the currently active snapshot. Loads the bundled JSON file on first call, then caches the parsed object.

Returns

SpecSnapshot

Stable