@fluent/bundle
Version:
Localization library for expressive translations.
10 lines (9 loc) • 342 B
JavaScript
/**
* A JavaScript implementation of Project Fluent, a localization
* framework designed to unleash the expressive power of the natural language.
*
* @module
*/
export { FluentBundle } from "./bundle.js";
export { FluentResource } from "./resource.js";
export { FluentType, FluentNone, FluentNumber, FluentDateTime, } from "./types.js";