UNPKG

neogma

Version:

Object-Graph-Mapping neo4j framework, Fully-typed with TypeScript, for easy and flexible node and relationship creation

6 lines 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEmptyObject = void 0; const isEmptyObject = (obj) => Object.entries(obj).length === 0 && obj.constructor === Object; exports.isEmptyObject = isEmptyObject; //# sourceMappingURL=object.js.map