UNPKG

word-math

Version:

Extended version to compatible with OMML of Word Processing Document library

10 lines (9 loc) 283 B
import { CFB$Container } from "cfb"; import { WJSDoc } from "../../types"; /** * Grabs the text content of an odt file * * @param {string} file path to .odt file * @return {string} text content of file */ export declare function parse_cfb(file: CFB$Container): WJSDoc;