8000 GitHub - hjzheng/range
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hjzheng/range

Folders and files

NameName
L 8000 ast commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

range

npm install @jxz/range
const range = require('@jxz/range')

range(4) //[0, 1, 2, 3]

range(1, 4) //[1, 2, 3]

range(5, 20, 4) //[5, 9, 13, 17]

range(2, -10, -4) //[2, -2, -6]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0