@diplodoc/translation
Version:
markdown translation utilities
8 lines (7 loc) • 309 B
TypeScript
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';