Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/parzh/xrange__core

The very core of xrange, provided as a separate package
https://github.com/parzh/xrange__core

Last synced: 2 days ago
JSON representation

The very core of xrange, provided as a separate package

Awesome Lists containing this project

README

        

# `@xrange/core`

### The very core of `xrange`, provided as a separate package



Created with create-package-typescript

## Differences from `xrange`:
- only numeric implementation with two or three numeric arguments: `xrange(start, stop, step?)`;
- no proper support of decimal numbers, only integers;
- no custom errors, such as `"argument is required"` or `"argument must infinite"`;
- no intelligent boundary swapping, — e.g., `xrange(10, 1)` will not iterate;
- only Node.JS is supported (for now at least);