UNPKG

dag-jose

Version:

Typescript implementation of the IPLD dag-jose format

3 lines (2 loc) 122 B
export declare function toBase64url(b: Uint8Array): string; export declare function fromBase64url(s: string): Uint8Array;