4 lines
68 B
TypeScript
Raw Normal View History

declare const EvalError: EvalErrorConstructor;
export = EvalError;