UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

6 lines 183 B
export interface SwitchTrueType { default: any; [key: string]: any; } export declare function switchTrue(object: SwitchTrueType): any; //# sourceMappingURL=switchTrue.d.ts.map