UNPKG

react-carousel-query

Version:

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

15 lines (10 loc) 234 B
exports = module.exports = trim; function trim(str){ return str.replace(/^\s*|\s*$/g, ''); } exports.left = function(str){ return str.replace(/^\s*/, ''); }; exports.right = function(str){ return str.replace(/\s*$/, ''); };