| 24 | ) => number | Moment | Dataset | string; |
| 25 | |
| 26 | interface FnMapDatasetToValue { |
| 27 | [key: string]: FnDatasetToValue; |
| 28 | } |
| 29 | |
| 30 | interface FnMapDatasetToDataset { |
| 31 | [key: string]: FnDatasetToDataset; |
nothing calls this directly
no outgoing calls
no test coverage detected