UNPKG

@tendermint/belt

Version:

A utility belt for TypeScript + JavaScript

9 lines (8 loc) 212 B
/** * Check if a value is a plain object. * * @param value - value to check * * @returns `true` if the value is a plain object, `false` otherwise */ export declare function isObject(value: any): boolean;