(type: RawValueParserType)
| 94 | }); |
| 95 | |
| 96 | export function getRawValueParser(type: RawValueParserType): RawValueParser { |
| 97 | return valueParserMap.get(type); |
| 98 | } |
| 99 | |
| 100 | // --------- END: Parsers --------- |
| 101 |
no test coverage detected
searching dependent graphs…