Skip to main content
Home

latest
Works with
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score76%
Published2 years ago (0.2.1)

This is a library of useful JS concepts and data structures for Node and the browser. It it, unashamedly, a dumping ground for code needed by @NotWoods' projects.

This library:

  • is available in ESM only
  • publishes its own definition files
  • has no side effects
  • aims to have low/no interactions between code (i.e., using one helper won't bring in lots of others)
  • has no dependencies

While you can depend on this project directly, you should also consider bundling just the parts you need in your project's output (i.e., make it a devDependency).

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:@notwoods/webish

Import symbol

import * as webish from "@notwoods/webish";
or

Import directly with a jsr specifier

import * as webish from "jsr:@notwoods/webish";

Add Package

pnpm i jsr:@notwoods/webish
or (using pnpm 10.8 or older)
pnpm dlx jsr add @notwoods/webish

Import symbol

import * as webish from "@notwoods/webish";

Add Package

yarn add jsr:@notwoods/webish
or (using Yarn 4.8 or older)
yarn dlx jsr add @notwoods/webish

Import symbol

import * as webish from "@notwoods/webish";

Add Package

vlt install jsr:@notwoods/webish

Import symbol

import * as webish from "@notwoods/webish";

Add Package

npx jsr add @notwoods/webish

Import symbol

import * as webish from "@notwoods/webish";

Add Package

bunx jsr add @notwoods/webish

Import symbol

import * as webish from "@notwoods/webish";