(initialValue: string)
| 47 | } |
| 48 | |
| 49 | const getCreateStoreStr = (initialValue: string) => |
| 50 | `const [${key}, ${getStateSetterName(key)}] = createStore(${initialValue})`; |
| 51 | |
| 52 | const getDefaultCase = () => pipe(value, mapValue, getCreateStoreStr); |
| 53 |
no test coverage detected
searching dependent graphs…