UNPKG

364 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function isEmptyObject(obj) {
4 if (!obj) {
5 return true;
6 }
7 for (var key in obj) {
8 if (Object.hasOwnProperty.call(obj, key)) {
9 return false;
10 }
11 }
12 return true;
13}
14exports.default = isEmptyObject;
15//# sourceMappingURL=isEmptyObject.js.map
\No newline at end of file