UNPKG

guvnor

Version:

A node process manager that isn't spanners all the way down

9 lines (7 loc) 176 B
var Collection = require('ampersand-collection') var Host = require('./host') module.exports = Collection.extend({ mainIndex: 'name', model: Host, comparator: 'name' })