mirror of
https://github.com/strapi/strapi.git
synced 2025-07-12 03:22:59 +00:00
15 lines
263 B
JavaScript
15 lines
263 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
/**
|
||
|
* Export shared utilities
|
||
|
*/
|
||
|
|
||
|
module.exports = {
|
||
|
commander: require('./commander'),
|
||
|
dictionary: require('./dictionary'),
|
||
|
json: require('./json'),
|
||
|
knex: require('./knex'),
|
||
|
regex: require('./regex'),
|
||
|
logger: require('./winston')
|
||
|
};
|