UNPKG

241 BTypeScriptView Raw
1/**
2 * Similar to {@link isObject}, but also checks if prototype is that of
3 * `Object` (or `null`).
4 *
5 * @param x -
6 */
7export declare const isPlainObject: (x: any) => x is Record<string, any>;
8//# sourceMappingURL=is-plain-object.d.ts.map
\No newline at end of file