2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-26 11:57:09 +00:00

6 lines
100 B
JavaScript
Raw Permalink Normal View History

2018-05-04 19:51:49 +02:00
'use strict';
const R = require('ramda');
module.exports = R.map(R.eqBy, require('./normalize'));