UNPKG

@dfinity/pic

Version:

An Internet Computer Protocol canister testing library for TypeScript and JavaScript.

4 lines (3 loc) 208 B
import { IDL } from '@dfinity/candid'; export declare function optional<T>(value: T | undefined | null): [] | [T]; export declare function decodeCandid<T>(types: IDL.Type[], data: ArrayBufferLike): T | null;