@knapsack/app
Version:
Build Design Systems with Knapsack
9 lines • 379 B
TypeScript
/**
* Automatically provisions and installs locally-trusted TLS certificates for Node.js® https servers
* (including Express.js, etc.) using mkcert.
*
* Based originally on @small-tech/auto-encrypt-localhost with major modifications
*/
export { getAutoGeneratedSSLCert } from './lib/get-ssl-cert';
export type { SslCert } from './types';
//# sourceMappingURL=index.d.ts.map