mirror of
https://github.com/knex/knex.git
synced 2025-08-14 19:50:49 +00:00
4 lines
132 B
JavaScript
4 lines
132 B
JavaScript
![]() |
// Use this module rather than "bluebird/js/main/promise" when bundling
|
||
|
module.exports = function() {
|
||
|
return require('bluebird')
|
||
|
}
|