UNPKG

@arizeai/phoenix-client

Version:

A client for the Phoenix API

7 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.objectAsAttributes = objectAsAttributes; function objectAsAttributes(obj) { return Object.fromEntries(Object.entries(obj).filter(([_, value]) => value !== null)); } //# sourceMappingURL=objectAsAttributes.js.map