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