| 378 | } |
| 379 | |
| 380 | export interface CsvInputOptionsBrowser extends ParseConfig { |
| 381 | frameConfig?: BaseDataOptionType |
| 382 | } |
| 383 | export type ExcelInputOptionsBrowser = { |
| 384 | sheet?: number, |
| 385 | method?: string, |
nothing calls this directly
no outgoing calls
no test coverage detected