UNPKG

docx

Version:

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

3 lines (2 loc) 142 B
import { Element } from 'xml-js'; export declare const appendContentType: (element: Element, contentType: string, extension: string) => void;