@jonahsnider/util
    Preparing search index...

    @jonahsnider/util

    @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.

    View the docs here.

    If you're considering using the library I recommend taking a glance at the docs to see if anything seems helpful to you.

    Build Status Codecov

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

    then

    import {shuffle} from '@jonahsnider/util';
    // or
    import * as util from '@jonahsnider/util';