17 lines
430 B
JavaScript
17 lines
430 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 */
|
|
|
|
"use strict";
|
|
var src$handlebars$intl$$ = require("./handlebars-intl.js");
|
|
|
|
exports["default"] = {
|
|
registerWith : src$handlebars$intl$$.registerWith,
|
|
__addLocaleData: src$handlebars$intl$$.__addLocaleData
|
|
};
|
|
|
|
//# sourceMappingURL=main.js.map
|