loopback/node_modules/collection/example/example.js

12 lines
266 B
JavaScript
Raw Normal View History

2013-04-09 18:33:29 +00:00
/**
* A generated `Collection` example...
*
* Examples should show a working module api
* and be used in tests to continously check
* they function as expected.
*/
var Collection = require('../');
var collection = Collection.create();
collection.myMethod();