UNPKG

@apideck/portman

Version:

Port OpenAPI Spec to Postman Collection, with contract & variation tests included

6 lines 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEmptyObject = void 0; var isEmptyObject = function (obj) { return Object.keys(obj).length === 0; }; exports.isEmptyObject = isEmptyObject; //# sourceMappingURL=isEmptyObject.js.map