-
Notifications
You must be signed in to change notification settings - Fork 0
Function.unit
GitHub Actions edited this page Mar 5, 2025
·
11 revisions
resultar / unit
unit<
E>():Result<undefined,E>
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.