forked from sheetjs/sheetjs
fix error
This commit is contained in:
parent
8b9a008159
commit
d0a59ae283
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -254,7 +254,7 @@ export interface IRange {
|
||||
|
||||
export interface IUtils {
|
||||
/** converts an array of arrays of JS data to a worksheet. */
|
||||
aoa_to_sheet(data: <T>, opts?:any): IWorkSheet;
|
||||
aoa_to_sheet<T>(data: T[], opts?:any): IWorkSheet;
|
||||
|
||||
/** Converts a worksheet object to an array of JSON objects */
|
||||
sheet_to_json<T>(worksheet:IWorkSheet, opts?: {
|
||||
|
Loading…
Reference in New Issue
Block a user