mirror of
https://github.com/knex/knex.git
synced 2025-07-12 03:21:06 +00:00
6 lines
64 B
JavaScript
6 lines
64 B
JavaScript
![]() |
const DEFAULT_EXT = 'js';
|
||
|
|
||
|
module.exports = {
|
||
|
DEFAULT_EXT,
|
||
|
};
|