This release is 1 version behind 1.5.1 — the latest version of @mindfulminun/pear. Jump to latest
Benji's personal standard library. Collection of tools for manipulating strings, async iterables, shell scripting, and common data structures.
This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
JSR Score
76%
Published
6 months ago (1.5.0)
Add Package
deno add jsr:@mindfulminun/pear
Import symbol
import { DisjointSet } from "@mindfulminun/pear/tools/structures";
---- OR ----
Import directly with a jsr specifier
import { DisjointSet } from "jsr:@mindfulminun/pear/tools/structures";
Add Package
npx jsr add @mindfulminun/pear
Import symbol
import { DisjointSet } from "@mindfulminun/pear/tools/structures";
Add Package
yarn dlx jsr add @mindfulminun/pear
Import symbol
import { DisjointSet } from "@mindfulminun/pear/tools/structures";
Add Package
pnpm dlx jsr add @mindfulminun/pear
Import symbol
import { DisjointSet } from "@mindfulminun/pear/tools/structures";
Add Package
bunx jsr add @mindfulminun/pear
Import symbol
import { DisjointSet } from "@mindfulminun/pear/tools/structures";