UNPKG

html-docx-js-typescript

Version:
4 lines (3 loc) 186 B
/// <reference types="node" /> import { DocumentOptions } from './internal'; export declare function asBlob(html: string, options?: Partial<DocumentOptions>): Promise<Blob | Buffer>;