tatgean
Results
1
issues of
tatgean
Hi, I'm trying to understand this behaviour of neverthrow: ``` import { err, ok } from "neverthrow"; class F1Error extends Error { } function f1() { if (Math.random() > 0.5)...