1.0.2 • Published 7 years ago

bolt-internal-models v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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.