mirror of
https://github.com/thedevs-network/the-guard-bot
synced 2025-08-22 09:57:50 +00:00
6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
'use strict';
|
|
|
|
const R = require('ramda');
|
|
|
|
module.exports = R.map(R.eqBy, require('./normalize'));
|