forked from sheetjs/sheetjs
[fix] typescript definition for SSF
This commit is contained in:
parent
1988338deb
commit
739c4f220c
3
types/index.d.ts
vendored
3
types/index.d.ts
vendored
@ -4,6 +4,9 @@
|
||||
/** Version string */
|
||||
export const version: string;
|
||||
|
||||
/** Defined SSF */
|
||||
export const SSF: any;
|
||||
|
||||
/** Attempts to read filename and parse */
|
||||
export function readFile(filename: string, opts?: ParsingOptions): WorkBook;
|
||||
/** Attempts to parse data */
|
||||
|
Loading…
Reference in New Issue
Block a user