Initial commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
interface URLError extends Error {
|
||||
readonly code: string
|
||||
readonly input?: string
|
||||
}
|
||||
|
||||
declare class URLError extends Error {
|
||||
private constructor()
|
||||
}
|
||||
|
||||
export = URLError
|
||||
Reference in New Issue
Block a user