Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/memory / / defineContextLocalePack

Function: defineContextLocalePack()

ts
function defineContextLocalePack(input): PartialContextLocalePack;

Defined in: packages/memory/src/context-engine/locale-packs/types.ts:137

Build a ContextLocalePack from a partial input. Missing fields fall back to the English default at compose time.

Parameters

ParameterType
inputPartialContextLocalePack

Returns

PartialContextLocalePack

Stable