12 lines
266 B
JavaScript
12 lines
266 B
JavaScript
|
/**
|
||
|
* 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();
|