smartacme/ts/index.ts

5 lines
257 B
TypeScript
Raw Normal View History

2022-09-27 15:40:55 +02:00
export * from './smartacme.classes.smartacme.js';
export { SmartacmeCert as Cert } from './smartacme.classes.cert.js';
export type { ICertManager } from './interfaces/certmanager.js';
export { MemoryCertManager, MongoCertManager } from './certmanagers.js';