@pizzafox/util

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.

Usage no npm install needed!

<script type="module">
  import pizzafoxUtil from 'https://cdn.skypack.dev/@pizzafox/util';
</script>

README

@pizzafox/util

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');