Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/unenv/dist/runtime/node/https.d.mts
T
2025-09-18 19:01:22 +07:00

11 lines
419 B
TypeScript

// https://nodejs.org/api/https.html
import type nodeHttps from "node:https";
export declare const Server: typeof nodeHttps.Server;
export declare const Agent: typeof nodeHttps.Agent;
export declare const globalAgent: typeof nodeHttps.globalAgent;
export declare const get: unknown;
export declare const createServer: unknown;
export declare const request: unknown;
declare const _default: {};
export default _default;