Getting Started
string-pack
is lightweight and versatile String Utility Package for Node.js & Browser.
Installation
npm install @full-pack/string-pack
yarn add @full-pack/string-pack
pnpm add @full-pack/string-pack
bun add @full-pack/string-pack
Usage
Require
const { ... } = require('@full-pack/string-pack');
Import
import { ... } from '@full-pack/string-pack';