UNPKG

@knapsack/https

Version:

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

5 lines 97 B
export type SslCert = { key: string; cert: string; }; //# sourceMappingURL=types.d.ts.map