https://github.com/morgul/libraryjs
Library JS is a collection of useful library functions, which can be used either as and AMD module, or a node.js
package. For the most part, this module is attempting to bring a bit of sanity to javascript, and round off some of
the sharp corners developers typically impale themselves on.
https://github.com/morgul/libraryjs
Last synced: 2 months ago
JSON representation
Library JS is a collection of useful library functions, which can be used either as and AMD module, or a node.js package. For the most part, this module is attempting to bring a bit of sanity to javascript, and round off some of the sharp corners developers typically impale themselves on.
- Host: GitHub
- URL: https://github.com/morgul/libraryjs
- Owner: Morgul
- Created: 2012-11-13T17:00:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-13T18:15:15.000Z (over 12 years ago)
- Last Synced: 2025-01-28T01:22:52.493Z (4 months ago)
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library JS
Library JS is a collection of useful library functions, which can be used either as and AMD module, or a node.js
package. For the most part, this module is attempting to bring a bit of sanity to javascript, and round off some of
the sharp corners developers typically impale themselves on.## Contents
The current contents of the library are:
* Dict - A simple class, which adds some useful functionality when using objects as dictionaries.
* List - A true list class, which extend array to function much more like lists in other languages (Python, C#, Ruby, etc.)## Installation
TBD
Version 0.1.0