UNPKG

@dfinity/agent

Version:

JavaScript and TypeScript library to interact with the Internet Computer

3 lines (2 loc) 124 B
export declare const decodeLeb128: (buf: Uint8Array) => bigint; export declare const decodeTime: (buf: Uint8Array) => Date;