Sova
Sova

Much of the cases to cover with types https://tsplay.dev/w2EpxW relates #185
```ts interface Value { foo: number | null; bar?: string; } const $demo = createStore(null); const [$foo, $bar] = remap($demo, ["foo", "bar"]); // type: [Store, Store] const $justFoo = remap($demo,...
```js const $data = createStore({ foo: 1, bar: 2 }) const { wow, demo } = reshape({ source: $data, shape: { wow: "foo", demo: (obj) => obj.bar, }, }) ```
- [ ] `combineEvents` - [ ] `condition` - [ ] `debounce` - [ ] `debug` - [ ] `delay` - [ ] `every` - [ ] `inFlight` - [...
Maybe add task number parser and add link to it? ``` bash git commit -m"fix: #212" ``` to: ``` md * [[`20f8e7f17a`](https://github.com/user/repo/commit/20f8e7f17a)] - **fix**: [#212](https://github.com/user/repo/issues/212) (LestaD) ```