@jonahsnider/util
A collection of simple, optimized utility functions that help you spend more time implementing real features instead of writing the same snippets over and over.
Written in TypeScript with strong typesafety in mind.
Works in Node.js, mostly works in browsers.
If you're considering using the library I recommend taking a glance at the docs to see if anything seems helpful to you.
Get started
yarn add @jonahsnider/util
# or
npm install @jonahsnider/util
then
import {shuffle} from '@jonahsnider/util';
// or
import * as util from '@jonahsnider/util';