UNPKG

covid-certificate

Version:

Parse and verify a european digital covid certificate (dcc)

8 lines (7 loc) 150 B
import { Buffer } from "buffer"; /** * Decode a base45 encoded string * * @param input */ export declare const decode: (input: string) => Buffer;