UNPKG

@newdash/newdash

Version:

javascript/typescript utility library

17 lines (16 loc) 516 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.rangeRight = void 0; const createRange_1 = __importDefault(require("./.internal/createRange")); /** * @ignore */ const internal = (0, createRange_1.default)(true); function rangeRight(...args) { return internal(...args); } exports.rangeRight = rangeRight; exports.default = rangeRight;