UNPKG

ember-intl

Version:

Ember toolbox for internationalization.

12 lines (9 loc) 282 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 { getValue } from './format-message'; export default factory('html-message').extend({ getValue });