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
타입 오류를 위한 컴파일러 내부 함수
Parameters
who
string
what
string
where
string
type
string
x
any
Returns
never