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 159 B
import type { SslCert } from '../types'; export declare function getSSLCert(ssl?: SslCert): Promise<null | SslCert>; //# sourceMappingURL=get-ssl-cert.d.ts.map