File size: 83 Bytes
bc20498 |
1 2 3 4 |
declare const ReferenceError: ReferenceErrorConstructor;
export = ReferenceError;
|
bc20498 |
1 2 3 4 |
declare const ReferenceError: ReferenceErrorConstructor;
export = ReferenceError;
|