eval.d.ts 68 B

1234
  1. declare const EvalError: EvalErrorConstructor;
  2. export = EvalError;