UNPKG

react-carousel-query

Version:

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

8 lines (6 loc) 252 B
'use strict'; var globalThis = require('../internals/global-this'); var uncurryThis = require('../internals/function-uncurry-this'); module.exports = function (CONSTRUCTOR, METHOD) { return uncurryThis(globalThis[CONSTRUCTOR].prototype[METHOD]); };