UNPKG

ghost

Version:

The professional publishing platform

11 lines (9 loc) 227 B
let connection; Object.defineProperty(exports, 'knex', { enumerable: true, configurable: true, get: function get() { connection = connection || require('./connection'); return connection; } });