emrioutils
v4.0.5
Published
A utility package for my projects
Downloads
36
Readme
emrioutils
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