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 Entry

The metadata for storing a payload.

Type Parameters

NamespaceId
SubspaceId
PayloadDigest

Properties

The identifier of the namespace to which the Entry belongs.

The identifier of the subspace to which the Entry belongs.

The Path to which the Entry was written.

The claimed creation time of the Entry.

The length of the Payload in bytes.

The result of hashing the entry's payload.

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

Import directly with a jsr specifier

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

Add Package

vlt install jsr:@earthstar/willow-utils

Import symbol

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

Add Package

npx jsr add @earthstar/willow-utils

Import symbol

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

Add Package

bunx jsr add @earthstar/willow-utils

Import symbol

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