UNPKG

zerossl

Version:
13 lines (11 loc) 425 B
// Copyright 2022 Adam K Dean <adamkdean@googlemail.com> // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. export { ZeroSSL } from './zerossl' export { ZeroSSLError } from './errors' export type { ZeroSSLErrorDetail, ZeroSSLVerifyDomainsCNAMEErrorDetail, ZeroSSLVerifyDomainsHTTPFileUploadErrorDetail } from './types'