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
a year ago (2.0.1)
type alias Area

Type Parameters

SubspaceType

Properties

To be included in this Area, an Entry’s timestamp must be included in the time_range.

To be included in this Area, an Entry’s path must be prefixed by the path_prefix.

To be included in this Area, an Entry’s subspace_id must be equal to the included_subspace_id, unless it is any.

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 { type Area } from "@earthstar/willow-utils";
or

Import directly with a jsr specifier

import { type Area } 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 { type Area } 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 { type Area } from "@earthstar/willow-utils";

Add Package

vlt install jsr:@earthstar/willow-utils

Import symbol

import { type Area } from "@earthstar/willow-utils";

Add Package

npx jsr add @earthstar/willow-utils

Import symbol

import { type Area } from "@earthstar/willow-utils";

Add Package

bunx jsr add @earthstar/willow-utils

Import symbol

import { type Area } from "@earthstar/willow-utils";