/** * Tests whether the target is a plain JS object (and not an array, null, etc) */ export declare function isPlainObject(obj: unknown): obj is {}; //# sourceMappingURL=index.d.ts.map