handlebars-intl
Version:
Handlebars helpers for internationalization.
16 lines (12 loc) • 368 B
JavaScript
/*
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
Copyrights licensed under the New BSD License.
See the accompanying LICENSE file for terms.
*/
/* jshint esnext: true */
import {registerWith, __addLocaleData} from './handlebars-intl.js';
// Re-export as default for
export default {
registerWith : registerWith,
__addLocaleData: __addLocaleData
};