Skip to main content
Home

Built and signed on GitHub Actions

Works with
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 Score76%
Downloads7/wk
Publisheda year ago (0.1.0)

Utils for piping and composing functions.

type alias Awaitable

An awaitable value (a value that is either T or a promise for T)

Type Parameters

Definition

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:@gordonb/pipe

Import symbol

import { type Awaitable } from "@gordonb/pipe";
or

Import directly with a jsr specifier

import { type Awaitable } from "jsr:@gordonb/pipe";

Add Package

pnpm i jsr:@gordonb/pipe
or (using pnpm 10.8 or older)
pnpm dlx jsr add @gordonb/pipe

Import symbol

import { type Awaitable } from "@gordonb/pipe";

Add Package

yarn add jsr:@gordonb/pipe
or (using Yarn 4.8 or older)
yarn dlx jsr add @gordonb/pipe

Import symbol

import { type Awaitable } from "@gordonb/pipe";

Add Package

vlt install jsr:@gordonb/pipe

Import symbol

import { type Awaitable } from "@gordonb/pipe";

Add Package

npx jsr add @gordonb/pipe

Import symbol

import { type Awaitable } from "@gordonb/pipe";

Add Package

bunx jsr add @gordonb/pipe

Import symbol

import { type Awaitable } from "@gordonb/pipe";