/util

A useful collection of optimized utility functions for JavaScript and TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

A useful collection of optimized utility functions. Written in TypeScript and designed to have very safe types. Works in Node.js, mostly works in browsers.

Read docs here.

Build Status XO code style Codecov

yarn add @pizzafox/util
# or
npm install @pizzafox/util

then

import {shuffle} from '@pizzafox/util';
// or
const {shuffle} = require('@pizzafox/util');