UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

15 lines (12 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEmptyObj = isEmptyObj; function isEmptyObj(obj) { for (var _x in obj) { return false; } return true; } //# sourceMappingURL=isEmptyObj.js.map