UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

9 lines (8 loc) 239 B
'use strict'; module.exports = function (methodName, numArgs) { return numArgs === 1 ? function (object, arg) { return object[methodName](arg); } : function (object, arg1, arg2) { return object[methodName](arg1, arg2); }; };