Skip to main content

Built and signed on GitHub Actions

Set of useful utilities for JavaScript/TypeScript projects

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether 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
4 months ago (0.0.8)

Utils

Set of useful utils for JavaScript/TypeScript projects

Installation

# Node (from NPM)
npm add @krutoo/utils

# Deno (from JSR)
deno add jsr:@krutoo/utils

# Bun (from NPM)
bun add @krutoo/utils
Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@krutoo/utils

Import symbol

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

---- OR ----

Import directly with a jsr specifier

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

Add Package

npx jsr add @krutoo/utils

Import symbol

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

Add Package

yarn dlx jsr add @krutoo/utils

Import symbol

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

Add Package

pnpm dlx jsr add @krutoo/utils

Import symbol

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

Add Package

bunx jsr add @krutoo/utils

Import symbol

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