broc-and-hape-utils
v1.0.1
Published
Utils repo from the Phase 1 strings, numbers, modules kata challenge - by Hape and Broc.
Downloads
2
Readme
broc-and-hape-utils
Utility library with versions of map and filter. Example of requiring:
var arrayUtils = require('../lib') // Now can access: // arrayUtils.countIf // arrayUtils.filter // arrayUtils.map
Developed by Broc Harcourt and Hape Cook-Porter during Enspiral Dev Academy Phase 1.