From d0a59ae28356a1a99b5db87db7f984aa5a177437 Mon Sep 17 00:00:00 2001 From: Tim Burnell Date: Fri, 14 Apr 2017 15:49:38 -0500 Subject: [PATCH] fix error --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 9b1b634..3f3e45f 100644 --- a/index.d.ts +++ b/index.d.ts @@ -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: , opts?:any): IWorkSheet; + aoa_to_sheet(data: T[], opts?:any): IWorkSheet; /** Converts a worksheet object to an array of JSON objects */ sheet_to_json(worksheet:IWorkSheet, opts?: {