eval.d.ts 68 B

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