UNPKG

@vaxxnz/nzcp

Version:

A JavaScript implementation of the NZ COVID Pass verification

7 lines (6 loc) 204 B
import { DIDResolutionResult } from "did-resolver"; declare function resolve(did: string): Promise<DIDResolutionResult>; declare const _default: { resolve: typeof resolve; }; export default _default;