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" />

3 lines (2 loc) 161 B
import { SigningKeys, VerificationResult } from '../types'; export default function decodeQR(qr: string, signingKeys: SigningKeys): Promise<VerificationResult>;