8 lines
90 B
JavaScript
Raw Normal View History

'use strict';
const register = require('./register');
module.exports = {
register,
};