UNPKG

word-math

Version:

Extended version to compatible with OMML of Word Processing Document library

4 lines (3 loc) 150 B
import { WJSDoc } from "../../types"; export declare function parse_str(data: string): WJSDoc; export declare function read(data: Buffer): WJSDoc;