mirror of
https://github.com/status-im/consul.git
synced 2025-01-24 12:40:17 +00:00
daf283d315
ui: UI Release Merge (1.8-beta-3: ui-staging merge)
6 lines
156 B
JavaScript
6 lines
156 B
JavaScript
import { helper } from '@ember/component/helper';
|
|
|
|
export default helper(function fromEntries(params /*, hash*/) {
|
|
return Object.fromEntries(params);
|
|
});
|