Skip to main content

Built and signed on GitHub Actions

Opinionated collection of JavaScript / TypeScript utils by @kazupon

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
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
2 months ago (0.2.5)

@kazupon/jts-utils

npm JSR CI

Opinionated collection of JavaScript / TypeScript utilities by @kazupon

✨ Features

✅️  Modern: ES Modules first and respect Web Standard

✅️  Compatible: Support CommonJS and various JS environments

✅️️  Minimal: Small and fully tree-shakable

✅️️  Type Strong: Written in TypeScript, with full JSdoc

✅️️  Universal Runtime: Support Browser, Node.js, Deno, Bun and other!

💿 Installation

# Using npm
npm install @kazupon/jts-utils

# Using pnpm
pnpm add @kazupon/jts-utils

# Using yarn
yarn add @kazupon/jts-utils

🙌 Contributing guidelines

If you are interested in contributing to @kazupon/jts-utils, I highly recommend checking out the contributing guidelines here. You'll find all the relevant information such as how to make a PR, how to setup development) etc., there.

©️ License

MIT

Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@kazupon/jts-utils

Import symbol

import * as mod from "@kazupon/jts-utils";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@kazupon/jts-utils";

Add Package

npx jsr add @kazupon/jts-utils

Import symbol

import * as mod from "@kazupon/jts-utils";

Add Package

yarn dlx jsr add @kazupon/jts-utils

Import symbol

import * as mod from "@kazupon/jts-utils";

Add Package

pnpm dlx jsr add @kazupon/jts-utils

Import symbol

import * as mod from "@kazupon/jts-utils";

Add Package

bunx jsr add @kazupon/jts-utils

Import symbol

import * as mod from "@kazupon/jts-utils";