智慧水务管理系统 - 精河县供水工程综合管理平台

123456
  1. 'use strict';
  2. /** @type {import('./isObject')} */
  3. module.exports = function isObject(x) {
  4. return !!x && (typeof x === 'function' || typeof x === 'object');
  5. };