Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mysterlune/utilities
- Owner: mysterlune
- Created: 2013-04-19T15:14:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-13T19:28:57.000Z (over 11 years ago)
- Last Synced: 2024-04-15T03:19:36.117Z (9 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.