Skip to main content

typeError

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.19.0


@midnight-ntwrk/compact-runtime / typeError

Function: typeError()

function typeError(
who,
what,
where,
type,
x): never;

Internal

Compiler internal for type errors

Parameters

who

string

what

string

where

string

type

string

x

any

Returns

never