mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
fix error
This commit is contained in:
Vendored
+1
-1
@@ -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