mirror of
https://github.com/strapi/strapi.git
synced 2025-07-28 19:34:51 +00:00
10 lines
162 B
JavaScript
10 lines
162 B
JavaScript
'use strict';
|
|
|
|
const prettyPrint = require('./pretty-print');
|
|
const levelFilter = require('./level-filter');
|
|
|
|
module.exports = {
|
|
prettyPrint,
|
|
levelFilter,
|
|
};
|