Skip to main content

Built and signed on GitHub Actions

These are tools from Panth977, who has certain design principles in coding! This makes his life in coding very very easy! 🎉

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
19 hours ago (0.2.1)

Examples

Example 1

import { TOOLS } from "@panth977/tools";

TOOLS.[api];
Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@panth977/tools

Import symbol

import * as tools from "@panth977/tools";

---- OR ----

Import directly with a jsr specifier

import * as tools from "jsr:@panth977/tools";

Add Package

npx jsr add @panth977/tools

Import symbol

import * as tools from "@panth977/tools";

Add Package

yarn dlx jsr add @panth977/tools

Import symbol

import * as tools from "@panth977/tools";

Add Package

pnpm dlx jsr add @panth977/tools

Import symbol

import * as tools from "@panth977/tools";

Add Package

bunx jsr add @panth977/tools

Import symbol

import * as tools from "@panth977/tools";