okAsync<T,E = never,>(value: T): ResultAsync<T, E>
okAsync<T extends void = void,E = never,>(value: void): ResultAsync<void, E>
okAsync<T,E = never,>(value: T): ResultAsync<T, E>
okAsync<T extends void = void,E = never,>(value: void): ResultAsync<void, E>
Add Package
deno add jsr:@ton1c/fp
Import symbol
import { okAsync } from "@ton1c/fp";
Import directly with a jsr specifier
import { okAsync } from "jsr:@ton1c/fp";
Add Package
pnpm i jsr:@ton1c/fp
pnpm dlx jsr add @ton1c/fp
Import symbol
import { okAsync } from "@ton1c/fp";
Add Package
yarn add jsr:@ton1c/fp
yarn dlx jsr add @ton1c/fp
Import symbol
import { okAsync } from "@ton1c/fp";
Add Package
vlt install jsr:@ton1c/fp
Import symbol
import { okAsync } from "@ton1c/fp";
Add Package
npx jsr add @ton1c/fp
Import symbol
import { okAsync } from "@ton1c/fp";
Add Package
bunx jsr add @ton1c/fp
Import symbol
import { okAsync } from "@ton1c/fp";