UNPKG

@myorders/ember-ui

Version:

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

6 lines (4 loc) 146 B
import { helper } from '@ember/component/helper'; export default helper(function isNotEmpty(positional /*, named*/) { return positional; });