Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

IsCustomVariable

IsCustomVariable<S, BuiltIns> = S extends BuiltIns ? false : S extends string ? true : false

Defined in: packages/sigma/src/primitives/registry.ts:28

Type Parameters

S

S

BuiltIns

BuiltIns = BuiltInVariableNames