makeTypeError
export function makeTypeError(
site: Site,
msg: string
): CompilerError
Arguments
1. site
site: Site
2. msg
msg: string
Returns
CompilerErrorexport function makeTypeError(
site: Site,
msg: string
): CompilerError
sitesite: Site
msgmsg: string
CompilerError