UNPKG

89 BJavaScriptView Raw
1var R = require('ramda');
2
3module.exports = {
4 equalsInvoker: R.invoker(1, 'equals')
5};