Skip to main content
Home
Works with
This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score94%
Published2 years ago (0.4.5)

Utilities library for JS and TS modules. Aiming to be compatible across multiple run times

Utils

Utilities package for common reusable code across JS and TS applications.

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:@cgrichard/utils

Import symbol

import * as utils from "@cgrichard/utils";
or

Import directly with a jsr specifier

import * as utils from "jsr:@cgrichard/utils";

Add Package

pnpm i jsr:@cgrichard/utils
or (using pnpm 10.8 or older)
pnpm dlx jsr add @cgrichard/utils

Import symbol

import * as utils from "@cgrichard/utils";

Add Package

yarn add jsr:@cgrichard/utils
or (using Yarn 4.8 or older)
yarn dlx jsr add @cgrichard/utils

Import symbol

import * as utils from "@cgrichard/utils";

Add Package

vlt install jsr:@cgrichard/utils

Import symbol

import * as utils from "@cgrichard/utils";

Add Package

npx jsr add @cgrichard/utils

Import symbol

import * as utils from "@cgrichard/utils";

Add Package

bunx jsr add @cgrichard/utils

Import symbol

import * as utils from "@cgrichard/utils";