Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 619 Bytes

readme.md

File metadata and controls

11 lines (9 loc) · 619 Bytes

ES6 utility functions Build Status codecov

This repo is a collection of random useful utility functions. You might as well be using Lodash (and probably should!), but I like tinkering with stuff like this! :)

Running tests

  • Install project dependencies
    • yarn
  • Run the whole test suite
    • yarn test
  • "Watch" tests
    • yarn test:watch