mirror of
https://github.com/knex/knex.git
synced 2025-11-12 16:14:22 +00:00
4 lines
80 B
JavaScript
4 lines
80 B
JavaScript
|
|
const { promisify } = require('util');
|
||
|
|
|
||
|
|
module.exports = promisify(setTimeout);
|