UNPKG

@thi.ng/checks

Version:

Collection of 70+ type, feature & value checks

8 lines 241 B
/** * Similar to {@link isObject}, but also checks if prototype is that of * `Object` (or `null`). * * @param x - */ export declare const isPlainObject: (x: any) => x is Record<string, any>; //# sourceMappingURL=is-plain-object.d.ts.map