mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-27 06:22:55 +08:00
fixup! fixup! fixup! fixup! chore(node): apply lint
This commit is contained in:
4
types/node/index.d.ts
vendored
4
types/node/index.d.ts
vendored
@@ -1302,7 +1302,7 @@ declare module "http" {
|
||||
function request(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest;
|
||||
function get(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest;
|
||||
function get(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest;
|
||||
const globalAgent: Agent;
|
||||
let globalAgent: Agent;
|
||||
}
|
||||
|
||||
declare module "cluster" {
|
||||
@@ -1934,7 +1934,7 @@ declare module "https" {
|
||||
function request(url: string | URL, options: RequestOptions, callback?: (res: http.IncomingMessage) => void): http.ClientRequest;
|
||||
function get(options: RequestOptions | string | URL, callback?: (res: http.IncomingMessage) => void): http.ClientRequest;
|
||||
function get(url: string | URL, options: RequestOptions, callback?: (res: http.IncomingMessage) => void): http.ClientRequest;
|
||||
const globalAgent: Agent;
|
||||
let globalAgent: Agent;
|
||||
}
|
||||
|
||||
declare module "punycode" {
|
||||
|
||||
Reference in New Issue
Block a user