(attributeName)
| 22 | } |
| 23 | |
| 24 | export const getTextConfig = (attributeName) => config.textAttributes[attributeName] |
| 25 | |
| 26 | export const getTextAttributeNames = () => { |
| 27 | if (!textAttributeNames) { |
no outgoing calls
no test coverage detected
searching dependent graphs…