Files
pole-book/server/node_modules/react-redux/es/utils/isPlainObject.d.ts

6 lines
186 B
TypeScript

/**
* @param {any} obj The object to inspect.
* @returns {boolean} True if the argument appears to be a plain object.
*/
export default function isPlainObject(obj: unknown): boolean;