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

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.

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