UNPKG

@zedux/core

Version:

A high-level, declarative, composable form of Redux

9 lines (8 loc) 321 B
/** * Checks whether the passed value is a plain old object. * * The object may originate from another realm or have its prototype explicitly * set to Object.prototype, but it may not have a null prototype or prototype * chain more than 1 layer deep. */ export declare const isPlainObject: (value: any) => boolean;