Skip to content

Variable: toEntityId

const toEntityId: (type, rawId) => EntityId

Defined in: packages/fate/lib/index.d.mts:42

Builds the canonical cache ID for an entity.

Parameters

type

TypeName

rawId

string | number

Returns

EntityId

Released under the MIT License