UNPKG

@vaxxnz/nzcp

Version:

A JavaScript implementation of the NZ COVID Pass verification

4 lines (3 loc) 122 B
export declare type Data = string | number | Uint8Array | Data[] | Map<Data, Data> | { [key: string]: Data; } | null;