Type-narrowing predicate: returns true when the result is Err.
true
Err
if (isErr(r)) { metrics.inc("error", { kind: r.error.kind });} Copy
if (isErr(r)) { metrics.inc("error", { kind: r.error.kind });}
Type-narrowing predicate: returns
truewhen the result isErr.