UNPKG

bookshelf-pagemaker

Version:

Paginate bookshelf models using various common formats

16 lines (15 loc) 254 B
// Author: Branden Horiuchi <bhoriuchi@gmail.com> // Description: info // module.exports = { type: { error: 'error', info: 'info', warning: 'warning' }, code: 'code', message: 'message', error: 'error', details: 'details', stack: 'stack' };