UNPKG

@knapsack/https

Version:

Automatically provisions and installs locally-trusted TLS certificates for Node.js https servers (including Express.js, etc.) using mkcert.

3 lines 161 B
import type { SslCert } from '../types'; export declare function setupAndGetCert(): Promise<null | SslCert>; //# sourceMappingURL=auto-encrypt-localhost.d.ts.map