UNPKG

dcc-decoder

Version:

<img alttext="COVID Green Logo" src="https://raw.githubusercontent.com/lfph/artwork/master/projects/covidgreen/stacked/color/covidgreen-stacked-color.png" width="300" />

6 lines (5 loc) 355 B
import { DCCData, Valuesets } from './types'; import { CertificateContent, CERT_TYPE } from './types/hcert'; export declare function mapToJSON(map: any): any; export declare function getDCCData(url: string): Promise<DCCData>; export declare function populateCertValues(cert: CertificateContent, type: CERT_TYPE, valueSets: Valuesets): CertificateContent;