loopback/node_modules/collection/README.md

13 lines
193 B
Markdown
Raw Normal View History

2013-04-09 18:33:29 +00:00
# collection
v0.0.1
## Install
slnode install collection
## Example
var Collection = require('collection');
var collection = Collection.create();
collection.myMethod();