|
||
---|---|---|
.. | ||
example | ||
lib | ||
test | ||
.gitignore | ||
README.md | ||
index.js | ||
package.json |
README.md
collection
v0.0.1
Install
slnode install collection
Example
var Collection = require('collection');
var collection = Collection.create();
collection.myMethod();