4 lines
68 B
TypeScript
Raw Permalink Normal View History

declare const EvalError: EvalErrorConstructor;
export = EvalError;