A modern universal utility library.
npm install ee is a utility library, focused on Typescript and NodeJS.
Nothing in e will ever mutate/delete/change any passed arguments.
Everything in e is just a simple, regular function with 1 purpose. Some other basic constants are exported too.
``bash`
yarn add enpm install e
#### Usage
`ts``
import { sleep, randFloat, shuffleArr } from 'e';