UNPKG

fff-js

Version:
6 lines (5 loc) 142 B
import takeAll from "./takeAll"; import rangeL from "../lazy/rangeL"; export default function range(..._) { return takeAll(rangeL(..._)); }