Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 395 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 395 Bytes

e

e is a utility library, focused on Typescript and NodeJS.

Nothing mutates.

Nothing in e will ever mutate/delete/change any passed arguments.

Simple.

Everything in e is just a simple, regular function with 1 purpose. Some other basic constants are exported too.

yarn add e
# npm install e

Usage

import { sleep, randFloat, shuffleArr } from 'e';