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