Skip to main content

Built and signed on GitHub Actions

Various language extensions for JS

This package works with Node.js, BrowsersIt is unknown whether this package works with Cloudflare Workers, Deno, Bun
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
76%
Published
10 months ago (0.0.9)

Dhau Lang Extras

Test

Some extra utilities to support JS built in types. A companion to lodash.

Installation

npm add @dhau/lang

Local Development

Setup

  1. Install system dependencies using ASDF, or manually install the dependencies in .tool-versions
  2. Install project dependencies using npm ci

Publishing

  1. Manually set new version in package.json
  2. Manually set new version in jsr.json
  3. npm run deploy
Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@dhau/lang-extras

Import symbol

import * as lang_extras from "@dhau/lang-extras";

---- OR ----

Import directly with a jsr specifier

import * as lang_extras from "jsr:@dhau/lang-extras";

Add Package

npx jsr add @dhau/lang-extras

Import symbol

import * as lang_extras from "@dhau/lang-extras";

Add Package

yarn dlx jsr add @dhau/lang-extras

Import symbol

import * as lang_extras from "@dhau/lang-extras";

Add Package

pnpm dlx jsr add @dhau/lang-extras

Import symbol

import * as lang_extras from "@dhau/lang-extras";

Add Package

bunx jsr add @dhau/lang-extras

Import symbol

import * as lang_extras from "@dhau/lang-extras";