UNPKG

abi-util-lite

Version:

A light impletation to parse abi string array to abi json

8 lines 387 B
export declare function defineReadOnly<T, K extends keyof T>(object: T, name: K, value: T[K]): void; export declare function populate(object: any, params: any): void; export declare const _constructorGuard: {}; export declare type TypeCheck<T> = { -readonly [K in keyof T]: T[K]; }; export declare function splitNesting(value: string): Array<any>; //# sourceMappingURL=Utils.d.ts.map