Skip to content

Getting Started

string-pack is lightweight and versatile String Utility Package for Node.js & Browser.

Installation

Terminal window
npm install @full-pack/string-pack

Usage

Require

const { ... } = require('@full-pack/string-pack');

Import

import { ... } from '@full-pack/string-pack';