UNPKG

is-plain-object

Version:

Returns true if an object was created by the `Object` constructor, or Object.create(null).

2 lines (1 loc) 48 B
export function isPlainObject(o: any): boolean;