UNPKG

react-carousel-query

Version:

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

9 lines (8 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function debug(...args) { if (['1', 'true'].includes(process.env.HUSKY_DEBUG || '')) { console.log('husky:debug', ...args); } } exports.debug = debug;