UNPKG

@mojir/lits

Version:

Lits is a pure functional programming language implemented in TypeScript

4 lines (3 loc) 218 B
import { LitsError } from '../errors'; import type { SourceCodeInfo } from '../tokenizer/token'; export declare function getAssertionError(typeName: string, value: unknown, sourceCodeInfo?: SourceCodeInfo): LitsError;