Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mysterlune/utilities

Utilities and very granular bits of helper functionality that do not consititue a separate module each.
https://github.com/mysterlune/utilities

Last synced: 7 days ago
JSON representation

Utilities and very granular bits of helper functionality that do not consititue a separate module each.

Awesome Lists containing this project

README

        

# Intro

Utilities and very granular bits of helper functionality that do not consititue a separate module each.

## UUID

Generates a unique string. Useful when creating unique identifiers or salts.

## Deep Clone

JavaScrip object cloning utility. Piggyback's on Underscore.js's `clone` utility, but correctly does deep copying.