utils4u
v2.12.2
Published
Utilities for you
Downloads
117
Readme
packageName
This is my package description.
Usage
Install package:
# ✨ Auto-detect
npx nypm install utils4u
# npm
npm install utils4u
# yarn
yarn add utils4u
# pnpm
pnpm install utils4u
# bun
bun install utils4u
# deno
deno install utils4u
Import:
ESM (Node.js, Bun, Deno)
import {} from 'pkg';
CommonJS (Legacy Node.js)
const {} = require('pkg');
CDN (Deno, Bun and Browsers)
import {} from 'https://esm.sh/pkg';
Development
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Run interactive tests using
pnpm dev
License
Published under the MIT license. Made by community 💛
🤖 auto updated with automd