UNPKG

336 BJavaScriptView Raw
1/**
2 * @fileOverview
3 * Provides the `AJS.format` function, which powers
4 * all code transformed through the WRM's jsI18n transformation.
5 * @note This behaviour really should be a part of the WRM itself.
6 * @see https://ecosystem.atlassian.net/browse/PLUGWEB-109
7 */
8export {default as format} from '@atlassian/aui/src/js/aui/format';