UNPKG

ottoman

Version:
8 lines 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPopulateAnObject = void 0; const isPopulateAnObject = (fieldsName) => { return !!fieldsName && typeof fieldsName === 'object' && !Array.isArray(fieldsName); }; exports.isPopulateAnObject = isPopulateAnObject; //# sourceMappingURL=is-populate-object.js.map