gingerchew / utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Useful Utitlity Functions and Snippets

Javascript frontend utilities and snippets to help speed up development time

Shout Outs

  • Joe Walnes for JS TinyTest which has been updated and made into a more ES6 module-like style

How to use

Add however you want to, either by uploading the file or using a reference to the github raw url, then import the desired function.

import { assert } from './tinytest/tinytest.js';

assert(true);

About


Languages

Language:JavaScript 100.0%