UNPKG

@veecode-platform/plugin-kong-service-manager

Version:

9 lines (7 loc) 214 B
function removePropsNull(object) { return Object.fromEntries( Object.entries(object).filter(([_, value]) => value !== null) ); } export { removePropsNull }; //# sourceMappingURL=removePropsNull.esm.js.map