()
| 182 | ): T => (isFunction(thing) ? thing() : thing); |
| 183 | |
| 184 | const getContextValue = (): ContextValue => |
| 185 | getContext(TINYBASE_CONTEXT_KEY) ?? []; |
| 186 | |
| 187 | const getThing = <UsedThing extends Thing>( |
| 188 | contextValue: ContextValue, |
no outgoing calls
no test coverage detected
searching dependent graphs…