8 lines
93 B
JavaScript
Raw Permalink Normal View History

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