ottoman
Version:
Ottoman Couchbase ODM
8 lines • 346 B
JavaScript
;
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