@earthstar/willow-utils@2.0.1Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Useful common types and utilities for implementing Willow protocols.
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.
Add Package
deno add jsr:@earthstar/willow-utils
Import symbol
import * as willow_utils from "@earthstar/willow-utils";
Import directly with a jsr specifier
import * as willow_utils from "jsr:@earthstar/willow-utils";
Add Package
pnpm i jsr:@earthstar/willow-utils
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
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";