UNPKG

guvnor

Version:

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

13 lines (11 loc) 236 B
var AmpersandModel = require('ampersand-model') module.exports = AmpersandModel.extend({ idAttribute: 'uid', props: { name: 'string', group: 'string', groups: ['array', true, function () { return [] }] } })