mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
node: Fix whitespace (#22694)
This commit is contained in:
2
types/node/index.d.ts
vendored
2
types/node/index.d.ts
vendored
@@ -1748,7 +1748,7 @@ declare module "https" {
|
||||
rejectUnauthorized?: boolean;
|
||||
NPNProtocols?: any;
|
||||
SNICallback?: (servername: string, cb: (err: Error | null, ctx: tls.SecureContext) => void) => void;
|
||||
secureProtocol?: string;
|
||||
secureProtocol?: string;
|
||||
}
|
||||
|
||||
export interface RequestOptions extends http.RequestOptions {
|
||||
|
||||
Reference in New Issue
Block a user