(text: string)
| 62 | * @param text the text to substring the key from. |
| 63 | */ |
| 64 | export function getLastParsedValue(text: string): string { |
| 65 | return text.substring(parserState.value, parserState.valueEnd); |
| 66 | } |
| 67 | |
| 68 | /** |
| 69 | * Initializes `className` string for parsing and parses the first token. |
no outgoing calls
no test coverage detected
searching dependent graphs…