API — Function: unwrap()

Function: unwrap()

function unwrap<T, E>(r): T;

Defined in: result.ts:38

Type Parameters

T

T

E

E

Parameters

r

Result<T, E>

Returns

T