| 4 | import { types } from '@msrvida/vega-deck.gl'; |
| 5 | |
| 6 | export class CharacterSet { |
| 7 | private chars: string[]; |
| 8 | |
| 9 | public resetCharacterSet(forceNewCharacterSet: boolean, oldInsight?: Insight, newInsight?: Insight) { |
nothing calls this directly
no outgoing calls
no test coverage detected