UNPKG

ember-changeset

Version:
10 lines (7 loc) 274 B
import { helper } from '@ember/component/helper'; function changesetGet([changeset, fieldPath]) { return changeset.get(fieldPath); } var changesetGet$1 = helper(changesetGet); export { changesetGet, changesetGet$1 as default }; //# sourceMappingURL=changeset-get.js.map