4 lines
65 B
TypeScript
Raw Permalink Normal View History

declare const URIError: URIErrorConstructor;
export = URIError;