Skip to content

Intertwining Side Effects Into Neverthrow

Gio edited this page Nov 20, 2020 · 1 revision

todo.

Reference:

https://github.com/supermacro/neverthrow/issues/38#issuecomment-636373925


Other examples:

  • Mapping over a Result and either sending a res.status(200).json({ ... }) or a res.status(NON_2XX).json({})