UNPKG

amourlinguini

Version:

A JSON-based translation file manager.

7 lines (6 loc) 356 B
export { Linguini } from './linguini'; export { LangFile, CommonFile, CategoryItems, TypeMapper } from './models/internal-models'; export { Utils } from './utils'; export { TypeMappers } from './type-mappers'; export { LinguiniError } from './models/error-models'; export { Categorized, Location, instanceOfLocation } from './models/categorized-location';