@kubiklabs/wasmkit
Version:
Wasmkit is a development environment to compile, deploy, test, run cosmwasm contracts on different networks.
10 lines (9 loc) • 447 B
TypeScript
export declare function isNodeCalledWithoutAScript(): boolean;
/**
* Starting at node 10, proxies are shown in the console by default, instead
* of actually inspecting them. This makes all our lazy loading efforts wicked,
* so we disable it in register.
*/
export declare function disableReplWriterShowProxy(): void;
export declare function preprocess(input: string): string;
export declare function isRecoverableError(error: Error): boolean;