UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

6 lines (5 loc) 224 B
import { ArgumentError } from "./ArgumentError"; export declare class ArgumentOutOfRangeError extends ArgumentError { readonly argName: string; constructor(argName: string, value: number, range: [number, number]); }