Skip to main content
Home

Utils of all kind

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 Score
58%
Published
11 months ago (0.1.7)

TS Utils JSR

See exported functions in src or in nice published page on JSR.

Usage

In repo you want to import package in:

bunx jsr add @nikiv/utils

Other import options can be seen on JSR page.

Setup

bun i

Run

Currently I write functions in src and test them by running:

bun sr

Which runs a gitignored scripts/private-run.ts file. Or I test functions through tests with bun.

Discord X nikiv.dev

New Ticket: 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:@nikiv/utils

Import symbol

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

Import directly with a jsr specifier

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

Add Package

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

Import symbol

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

Add Package

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

Import symbol

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

Add Package

vlt install jsr:@nikiv/utils

Import symbol

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

Add Package

npx jsr add @nikiv/utils

Import symbol

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

Add Package

bunx jsr add @nikiv/utils

Import symbol

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