mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-29 00:51:29 +08:00
fix error
This commit is contained in:
2
types/xlsx/index.d.ts
vendored
2
types/xlsx/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?: {
|
||||
|
||||
Reference in New Issue
Block a user