bolt-internal-models
v1.0.2
Published
internal module that defines the Bolt models
Downloads
3
Readme
bolt-internal-models
Internal Bolt module that defines the Bolt models.
Installation
$ npm install bolt-internal-models
Use
var models = require('bolt-internal-models')
models.app.findOne({ name: 'bolt-settings', startup: true }, function(errorApp, app){});
Note
This is an internal module and should not be used in 3rd party apps.