UNPKG

takin

Version:

Front end engineering base toolchain and scaffold

11 lines 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isObject = void 0; /** * 判断是否为 object */ function isObject(value) { return Object.prototype.toString.call(value) === '[object Object]'; } exports.isObject = isObject; //# sourceMappingURL=isObject.js.map