UNPKG

ember-intl

Version:

Ember toolbox for internationalization.

10 lines (7 loc) 288 B
/** * Copyright 2015, Yahoo! Inc. * Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. */ import factory from './-format-base'; import { shouldReturnEmptyString } from './format-date'; export default factory('time', shouldReturnEmptyString);