UNPKG

ghost

Version:

The professional publishing platform

12 lines (10 loc) 262 B
/** @type {import('knex').Knex} */ let connection; Object.defineProperty(exports, 'knex', { enumerable: true, configurable: true, get: function get() { connection = connection || require('./connection'); return connection; } });