UNPKG

celerichain-ember-uii

Version:

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

6 lines (4 loc) 150 B
import { helper } from '@ember/component/helper'; export default helper(function now(positional = []) { return new Date(...positional); });