Skip to content

Emrio/emrioutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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