UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 167 B
/** * Checks if the value is created by the `Object` constructor. */ declare function isPlainObject(value: any): value is Object; export default isPlainObject;