TypeScript 2.2 fixes [ci skip]

fixes #746 h/t @rcfrias
This commit is contained in:
Roberto Frias 2017-07-27 11:06:55 -05:00 committed by SheetJS
parent 807eac273b
commit 5ffa3e0869

2
types/index.d.ts vendored
View File

@ -520,7 +520,7 @@ export interface CellObject {
l?: Hyperlink;
/** The style/theme of the cell (if applicable) */
s?: object;
s?: any;
}
/** Simple Cell Address */