Update index.d.ts

Fix issue #2427 correct Table2SheetOpts type
This commit is contained in:
Luudoo 2021-10-21 11:19:46 +02:00 committed by GitHub
parent e73f0e18f4
commit 2b4548098e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
types/index.d.ts vendored
View File

@ -699,7 +699,7 @@ export interface JSON2SheetOpts extends CommonOptions, DateNFOption {
export interface SheetJSONOpts extends JSON2SheetOpts, OriginOption {}
export interface Table2SheetOpts extends CommonOptions, DateNFOption {
export interface Table2SheetOpts extends CommonOptions, DateNFOption, OriginOption {
/** If true, plaintext parsing will not parse values */
raw?: boolean;