Skip to content

Latest commit

 

History

History
71 lines (54 loc) · 1.49 KB

README.md

File metadata and controls

71 lines (54 loc) · 1.49 KB

emrioutils npm version license

Site | Changelog | Github | NPM | Docs

Installing

Downloading from NPM

$ npm i emrioutils --save

Then, in JavaScript:

const u = require('emrioutils')

or in Typescript/ES6

import u from 'emrioutils'

or

import u = require('emrioutils')

List of untested functions

  • arr2obj
  • arr2objmap
  • binarySearch
  • binarySearchIndex
  • filterObj
  • hop
  • iterkv
  • makeShallowCopy
  • mapKey
  • mergekv
  • pourkv
  • rand
  • randstring
  • randUniqueList
  • resolveObjectProperty
  • rmfast
  • split

Notes

This project is intended for a personal use only. Future versions may include breaking changes if they fit my needs. Nonetheless feel free to use or fork the project.

Feel free to post some suggestions and/or questions in the Issues Page