0.1.6 • Published 5 years ago
range-fns v0.1.6
Motivation
Functional library for working with numerical ranges in TS
Get started
Install
npm install --save range-fns
# or
yarn add range-fnsUse
import {createRange} from "range-fns";
console.log(createRange(0,1)) // [0,1]Different examples can be found on each function