UNPKG

@diplodoc/translation

Version:
8 lines (7 loc) 309 B
export type { TemplateOptions } from './template'; export type { TransUnitParams } from './transunit'; export type { OpenGParams } from './g'; export { template } from './template'; export { transunit } from './transunit'; export { generateOpenG, generateCloseG } from './g'; export { generateX } from './x';