UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

12 lines (9 loc) 223 B
'use strict'; const range = (start, end) => { if (start >= end) { return []; } return [...Array(end - start + 1).keys()].map((key) => key + start); }; exports.range = range; //# sourceMappingURL=helpers.cjs.map