UNPKG

react-carousel-query

Version:

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

12 lines (11 loc) 256 B
"use strict"; exports.__esModule = true; exports["default"] = endsWith; /** * Check if a string ends with something * @private */ function endsWith(string, suffix) { return string.substr(-suffix.length) === suffix; } module.exports = exports.default;