-
Notifications
You must be signed in to change notification settings - Fork 0
Variable.unit
GitHub Actions edited this page May 22, 2025
·
1 revision
resultar / unit
constunit: <E>() =>Result<undefined,E> =Result.unit
Defined in: result.ts:629
Creates a new Result instance representing a successful operation with an undefined value.
E = never
Result<undefined, E>
A new Result instance with an undefined value.