UNPKG

react-carousel-query

Version:

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

7 lines (5 loc) 160 B
'use strict'; var store = require('../internals/shared-store'); module.exports = function (key, value) { return store[key] || (store[key] = value || {}); };