Getting Started
string-pack
is lightweight and versatile String Utility Package for Node.js & Browser.
Section titled “string-pack is lightweight and versatile String Utility Package for Node.js & Browser.”Installation
Section titled “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
deno install npm:@full-pack/string-pack
Require
Section titled “Require”const { ... } = require('@full-pack/string-pack');
Import
Section titled “Import”import { ... } from '@full-pack/string-pack';