Initial commit: Torrent search and download application
This commit is contained in:
commit
e38be704ff
4313 changed files with 791544 additions and 0 deletions
8
node_modules/get-uri/dist/http-error.d.ts
generated
vendored
Normal file
8
node_modules/get-uri/dist/http-error.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* Error subclass to use when an HTTP application error has occurred.
|
||||
*/
|
||||
export default class HTTPError extends Error {
|
||||
code: string;
|
||||
statusCode: number;
|
||||
constructor(statusCode: number, message?: string | undefined);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue