loopback/node_modules/collection
Ritchie Martori cd8d679df0 Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00
..
example Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00
lib Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00
test Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00
.gitignore Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00
README.md Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00
index.js Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00
package.json Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00

README.md

collection

v0.0.1

Install

slnode install collection

Example

var Collection = require('collection');
var collection = Collection.create();

collection.myMethod();