UNPKG

@vaxxnz/nzcp

Version:

A JavaScript implementation of the NZ COVID Pass verification

4 lines (3 loc) 191 B
export declare function currentTimestamp(): number; export declare function addBase32Padding(base32InputNoPadding: string): string; export declare function toHex(buffer: Uint8Array): string;