UNPKG

word-math

Version:

Extended version to compatible with OMML of Word Processing Document library

5 lines (4 loc) 235 B
import { WJSDoc } from "../../types"; export declare function write_str(doc: WJSDoc, opts?: any): string; export declare function write_buf(doc: WJSDoc, opts?: any): Buffer; export declare function parse_str(data: string): WJSDoc;