UNPKG

@bluelovers/fill-range

Version:

Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`

9 lines (6 loc) 224 B
'use strict' if (typeof process !== 'undefined' && process.env.NODE_ENV === 'production') { module.exports = require('./index.cjs.production.min.cjs') } else { module.exports = require('./index.cjs.development.cjs') }