Add string type to shape in `reshape`
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 312
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
```js
const $data = createStore({ foo: 1, bar: 2 })
const { wow, demo } = reshape({
source: $data,
shape: {
wow: "foo",
demo: (obj) => obj.bar,
},
})
```
Contributor guide
Assessment
This issue has not been assessed yet.