Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 317 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 317 Bytes

utils

Description

Utilities functions for JS with ES6 and functional programming

Features

  • Async forEach loop
  • Flatten object
  • Deep merge object
  • Some reduce functions
  • Sequencify promises
  • Sequencify promises with break on first error
  • Async sleep function
  • Levenshtein similarity between strings