Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/parzh/xrange__core
- Owner: parzh
- Created: 2020-05-11T09:23:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T06:39:50.000Z (over 1 year ago)
- Last Synced: 2023-08-01T07:44:38.571Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://npmjs.org/package/@xrange/core
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `@xrange/core`
### The very core of `xrange`, provided as a separate package
Created withcreate-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);