knex/knex.mjs

12 lines
265 B
JavaScript
Raw Permalink Normal View History

2021-03-11 18:49:41 +02:00
// Knex.js
// --------------
// (c) 2013-present Tim Griesser
// Knex may be freely distributed under the MIT license.
// For details and documentation:
// http://knexjs.org
import knex from './lib/index.js';
export { knex };
export default knex;