(value: string)
| 26 | // literal `var(--x)` text — yield `[]` rather than throwing on a null match. |
| 27 | // See https://github.com/pmndrs/react-spring/issues/2327 |
| 28 | const getNumbers = (value: string) => value.match(numberRegex) ?? [] |
| 29 | |
| 30 | /** |
| 31 | * Supports string shapes by extracting numbers so new values can be computed, |
no outgoing calls
no test coverage detected
searching dependent graphs…