Skip to main content
Home

Built and signed on GitHub Actions

Useful common types and utilities for implementing Willow protocols.

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
100%
Published
11 months ago (2.0.1)

Willow Utilities

A library of TypeScript typings and utilities for the elements of the Willow protocol:

  • Areas
  • Encodings
  • Entries
  • Ordering
  • Protocol parameters
  • Paths
  • Ranges

Currently used by meadowcap-js and willow-js.

Usage

This module is available JSR. Please see the @earthstar/willow-utils page for installation instructions.

Complete API documentation can be found here.

Development

Deno is used as the development runtime.

Tests can be run with deno task test.


This project was funded through the NGI Assure Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement № 957073.

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:@earthstar/willow-utils

Import symbol

import * as willow_utils from "@earthstar/willow-utils";
or

Import directly with a jsr specifier

import * as willow_utils from "jsr:@earthstar/willow-utils";

Add Package

pnpm i jsr:@earthstar/willow-utils
or (using pnpm 10.8 or older)
pnpm dlx jsr add @earthstar/willow-utils

Import symbol

import * as willow_utils from "@earthstar/willow-utils";

Add Package

yarn add jsr:@earthstar/willow-utils
or (using Yarn 4.8 or older)
yarn dlx jsr add @earthstar/willow-utils

Import symbol

import * as willow_utils from "@earthstar/willow-utils";

Add Package

npx jsr add @earthstar/willow-utils

Import symbol

import * as willow_utils from "@earthstar/willow-utils";

Add Package

bunx jsr add @earthstar/willow-utils

Import symbol

import * as willow_utils from "@earthstar/willow-utils";