1.0.1 • Published 1 year ago

@squiddleton/util v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Util

A collection of utility functions for JavaScript an TypeScript projects.

Usage

Install this scoped package by running the following command in your terminal:

npm install @squiddleton/util

All of the package's functions are top-level exports. For example:

import { normalize } from '@squiddleton/util';

// Prints "fooandbar"
console.log(normalize('Foo, & BAR!'));

Please read the index file for all functions, typings, and examples.