Skip to content

Commit f550000

Browse files
authored
Update index.d.ts with correct type for GetCellType (#36)
1 parent 2ccd8f0 commit f550000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2233,7 +2233,7 @@ declare module 'excelize-wasm' {
22332233
* @param sheet The worksheet name
22342234
* @param cell The cell reference
22352235
*/
2236-
GetCellStyle(sheet: string, cell: string): { cellType: CellType, error: string | null }
2236+
GetCellType(sheet: string, cell: string): { cellType: CellType, error: string | null }
22372237

22382238
/**
22392239
* GetCellValue provides a function to get formatted value from cell by

0 commit comments

Comments
 (0)