UNPKG
file2html-ooxml
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
OOXML engine for file2html
github.com/file2html/file2html-ooxml
file2html/file2html-ooxml
file2html-ooxml
/
lib
/
index.d.ts
6 lines
(5 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
file2html
from
'file2html'
;
export
default
class
OOXMLReader
extends
file2html.Reader
{
read
({fileInfo}: file2html.
ReaderParams
):
Promise
<
any
>;
static
testFileMimeType
(
mimeType
:
string
):
boolean
; }