Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
tmburnell authored Apr 14, 2017
1 parent 8b9a008 commit d0a59ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?: {
Expand Down

0 comments on commit d0a59ae

Please sign in to comment.