chrome-devtools-frontend
Version:
Chrome DevTools UI
14 lines (13 loc) • 509 B
JavaScript
/*
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
Copyrights licensed under the New BSD License.
See the accompanying LICENSE file for terms.
*/
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var core_1 = require("./src/core");
tslib_1.__exportStar(require("./src/formatters"), exports);
tslib_1.__exportStar(require("./src/core"), exports);
tslib_1.__exportStar(require("./src/error"), exports);
exports.default = core_1.IntlMessageFormat;
;