We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
map
Could be nice to automatically fix: something.chain((obj) => something.of(...)) to something.map((obj) => ...)
something.chain((obj) => something.of(...))
something.map((obj) => ...)