File: eval.d.ts

package info (click to toggle)
node-to-buffer 1.2.1%2B~cs4.3.9-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 596 kB
  • sloc: javascript: 335; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (7)
1
2
3
declare const EvalError: EvalErrorConstructor;

export = EvalError;