2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-23 02:17:47 +00:00

7 lines
166 B
JavaScript
Raw Normal View History

'use strict';
module.exports = {
...require('../parse'), // eslint-disable-line global-require
...require('./stringify'), // eslint-disable-line global-require
};