Skip to content

spudly/range

Repository files navigation

@spudly/range

GitHub Workflow Status Codecov version downloads NPM

All Contributors PRs Welcome Code of Conduct

Watch on GitHub Star on GitHub Tweet

Features

TODO: write this secion

Installation

npm install --save-dev @spudly/range

Usage

import range from '@spudly/range';

range(-3, 3); // => [-3, -2, -1, 0, 1, 2]
range(3, -3); // => [3, 2, 1, 0, -1, -2]
range(0, 1, 0.1); // => [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9]

Contributors

This project follows the all-contributors specification. Contributions of any kind welcome!

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages