UNPKG

docx

Version:

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

6 lines (5 loc) 162 B
export * from "./text-wrapping"; export * from "./wrap-none"; export * from "./wrap-square"; export * from "./wrap-tight"; export * from "./wrap-top-and-bottom";