Skip to content

Commit

Permalink
Update index.d.ts with correct type for GetCellType (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
glinford authored Jan 20, 2025
1 parent 2ccd8f0 commit f550000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2233,7 +2233,7 @@ declare module 'excelize-wasm' {
* @param sheet The worksheet name
* @param cell The cell reference
*/
GetCellStyle(sheet: string, cell: string): { cellType: CellType, error: string | null }
GetCellType(sheet: string, cell: string): { cellType: CellType, error: string | null }

/**
* GetCellValue provides a function to get formatted value from cell by
Expand Down

0 comments on commit f550000

Please sign in to comment.