amis-rpc-design/node_modules/react-redux/es/utils/isPlainObject.d.ts
2023-10-07 19:42:30 +08:00

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;