UNPKG

@myorders/ember-ui

Version:

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

7 lines (5 loc) 235 B
import { helper } from '@ember/component/helper'; import { humanize } from 'ember-cli-string-helpers/helpers/humanize'; export default helper(function safeHumanize(params) { return humanize(params.map((param) => `${param}`)); });