/ node_modules / es-errors / ref.d.ts
ref.d.ts
1  declare const ReferenceError: ReferenceErrorConstructor;
2  
3  export = ReferenceError;