https://github.com/parzh/xrange__func
Functional sequencer of `xrange`, provided as a separate package
https://github.com/parzh/xrange__func
Last synced: about 2 months ago
JSON representation
Functional sequencer of `xrange`, provided as a separate package
- Host: GitHub
- URL: https://github.com/parzh/xrange__func
- Owner: parzh
- Created: 2020-05-30T20:56:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:28:23.000Z (about 3 years ago)
- Last Synced: 2025-05-29T09:55:55.889Z (9 months ago)
- Language: TypeScript
- Homepage: https://npmjs.org/package/@xrange/func
- Size: 780 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `@xrange/func`
### Functional sequencer of `xrange`, provided as a separate package
Created with create-package-typescript
## Differences from `xrange`:
- only functional implementation: `xrange(start, predicate, next, maxMemo?)`;
- no proper support of decimal numbers, only integers;
- no custom errors, such as `"argument is not a function"` or `"argument is not a valid length"`;
- only Node.JS is supported (for now at least);