(text: string)
| 54 | * @param text the text to substring the key from. |
| 55 | */ |
| 56 | export function getLastParsedKey(text: string): string { |
| 57 | return text.substring(parserState.key, parserState.keyEnd); |
| 58 | } |
| 59 | |
| 60 | /** |
| 61 | * Retrieves the last parsed `value` of style. |
no outgoing calls
no test coverage detected
searching dependent graphs…