Skip to main content

type_error

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.9.0


@midnight-ntwrk/compact-runtime / type_error

Function: type_error()

function type_error(
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