Skip to main content
Home

Built and signed on GitHub Actions

latest

A collection of utility functions to streamline asynchronous workflows.

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
76%
Published
3 months ago (0.1.1)

fx

A collection of utility functions to streamline asynchronous workflows.


These functions were originally part of the starfx project and have been adapted for use with the Effection framework.

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@effectionx/fx

Import symbol

import * as fx from "@effectionx/fx";
or

Import directly with a jsr specifier

import * as fx from "jsr:@effectionx/fx";

Add Package

pnpm i jsr:@effectionx/fx
or (using pnpm 10.8 or older)
pnpm dlx jsr add @effectionx/fx

Import symbol

import * as fx from "@effectionx/fx";

Add Package

yarn add jsr:@effectionx/fx
or (using Yarn 4.8 or older)
yarn dlx jsr add @effectionx/fx

Import symbol

import * as fx from "@effectionx/fx";

Add Package

vlt install jsr:@effectionx/fx

Import symbol

import * as fx from "@effectionx/fx";

Add Package

npx jsr add @effectionx/fx

Import symbol

import * as fx from "@effectionx/fx";

Add Package

bunx jsr add @effectionx/fx

Import symbol

import * as fx from "@effectionx/fx";