UNPKG

ember-intl

Version:

Ember toolbox for internationalization.

14 lines (10 loc) 283 B
/* jshint node: true */ 'use strict'; /** * Copyright 2015, Yahoo! Inc. * Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. */ module.exports = { unique: require('./unique'), isSupportedLocale: require('./is-supported-locale') };