UNPKG

meta-contract-debug

Version:

Meta Contract SDK

7 lines (6 loc) 201 B
/// <reference types="node" /> /** * Check and invoke callback function */ export declare const invokeCallback: (...args: any[]) => void; export declare function gzip(data: Buffer): Promise<Buffer>;