UNPKG

docx

Version:

Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.

10 lines (9 loc) 248 B
export * from './math'; export * from './math-run'; export * from './fraction'; export * from './n-ary'; export * from './script'; export * from './math-component'; export * from './radical'; export * from './function'; export * from './brackets';