UNPKG

xe-utils-es

Version:

JavaScript 函数库、工具类

9 lines (8 loc) 165 B
/** * 判断是否对象 * * @param {object} obj 对象 * @return {boolean} */ declare function isPlainObject(obj: any): boolean; export default isPlainObject;