Skip to content

Functional library for working with numerical ranges in TS

License

Notifications You must be signed in to change notification settings

Terraciano/range-fns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motivation

Functional library for working with numerical ranges in TS

Get started

Install

npm install --save range-fns
# or
yarn add range-fns

Use

import {createRange} from "range-fns";

console.log(createRange(0,1)) // [0,1]

Different examples can be found on each function

About

Functional library for working with numerical ranges in TS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published