Result<T, E>: { ok: true; value: T } | E & { ok?: false }

Type Parameters

Generated using TypeDoc