UNPKG

@ohu-mobile/core

Version:
9 lines (8 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isPlainObject; function isPlainObject(obj) { return Object.prototype.toString.call(obj) === '[object Object]'; }