(divId: string)
| 329 | iat(row: number, column: number): number | string | boolean | undefined |
| 330 | at(row: string | number, column: string): number | string | boolean | undefined |
| 331 | plot(divId: string): IPlotlyLib |
| 332 | } |
| 333 | |
| 334 | export interface DateTime { |
nothing calls this directly
no outgoing calls
no test coverage detected