UNPKG

@fleetbase/ember-ui

Version:

Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.

10 lines (8 loc) 221 B
import { helper } from '@ember/component/helper'; /* eslint-disable no-unused-vars */ export default helper(function setObjectKv([object, key, value]) { object = { ...object, [key]: value, }; });