Kishu

Results 4 issues of Kishu

## 🚀 Feature request I find it hard to manually and automatically import functions, types and utilities. ### Current Behavior This is how a typical file of mine looks: ```typescript...

## 🚀 Feature request Make `batchTraverse` pipe-able. ### Current Behaviour Last invocation of `batchTraverse` requires the data (first) and the function (last): ```typescript import * as TE from 'fp-ts/TaskEither' import...

## 🚀 Feature request ### Current Behavior Currently we have `t.tuple` and `t.readonly`. ### Desired Behavior We need a `t.readonlyTuple`, which is an abstraction to `flow(t.tuple, t.readonly)`. We can't really...

I expect the lint to also work inside React hooks functions: Every hook function (which is a function named `use*` should not constantly return a new reference (which is an...