UNPKG

@alihbuzaid/ember-ui

Version:

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

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