UNPKG

docx

Version:

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

8 lines (7 loc) 186 B
export * from './formatting'; export * from './paragraph'; export * from './properties'; export * from './run'; export * from './links'; export * from './math'; export * from './frame';