Skip to content

Variable: toEntityId()

const toEntityId: (type, rawId) => EntityId

Defined in: fate/lib/index.d.mts:13

Builds the canonical cache ID for an entity.

Parameters

type

TypeName

rawId

string | number

Returns

EntityId

Released under the MIT License