https://github.com/rxjs-ninja/rxjs-ninja
RxJS Operators for handling Observable strings, numbers, booleans and more
https://github.com/rxjs-ninja/rxjs-ninja
angular-library array array-comparison array-manipulations array-methods boolean ecmascript ecmascript-methods javascript javascript-library library number random readable-streams rxjs string typescript typescript-library writable-streams
Last synced: 10 days ago
JSON representation
RxJS Operators for handling Observable strings, numbers, booleans and more
- Host: GitHub
- URL: https://github.com/rxjs-ninja/rxjs-ninja
- Owner: rxjs-ninja
- License: mit
- Created: 2020-04-22T12:25:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T13:07:38.000Z (over 2 years ago)
- Last Synced: 2025-05-09T07:02:31.607Z (14 days ago)
- Topics: angular-library, array, array-comparison, array-manipulations, array-methods, boolean, ecmascript, ecmascript-methods, javascript, javascript-library, library, number, random, readable-streams, rxjs, string, typescript, typescript-library, writable-streams
- Language: TypeScript
- Homepage: https://rxjs-ninja.tane.dev
- Size: 4.69 MB
- Stars: 80
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RxJS Ninja

RxJS Ninja is a set of libraries that provide operators and observables for [RxJS](https://rxjs-ninja.tane.dev).
There are over **130** functions provided as operators or Observable generators, split down into separate modules for
each domain.[](https://sonarcloud.io/dashboard?id=rxjs-ninja_rxjs-ninja)
[](https://codecov.io/gh/rxjs-ninja/rxjs-ninja)## Packages
RxJS Ninja is composed of libraries separated into sets of functionality, you don't need to install all the operators at
one time.Below is each package npm name and version, once installed you can import any operator or observable into your project.
You can also check out the source on [GitHub](https://github.com/rxjs-ninja/rxjs-ninja).| Package / Version | Description | Documentation |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [](https://www.npmjs.com/package/@rxjs-ninja/rxjs-array) | Works with `Array` values and allow conversion to/from `Set`, `Map` and `Object` | [API Documentation](https://rxjs-ninja.tane.dev/modules/array.html)
[Changelog](https://rxjs-ninja.tane.dev/pages/packages/array/changelog.html)
[Readme](https://rxjs-ninja.tane.dev/pages/packages/array.html) |
| [](https://www.npmjs.com/package/@rxjs-ninja/rxjs-boolean) | Work with `Boolean` values, or get Boolean values from other types | [API Documentation](https://rxjs-ninja.tane.dev/modules/boolean.html)
[Changelog](https://rxjs-ninja.tane.dev/pages/packages/boolean/changelog.html)
[Readme](https://rxjs-ninja.tane.dev/pages/packages/boolean.html) |
| [](https://www.npmjs.com/package/@rxjs-ninja/rxjs-number) | Work with `Number` values, with conversion to and from `String` and modify or query values | [API Documentation](https://rxjs-ninja.tane.dev/modules/number.html)
[Changelog](https://rxjs-ninja.tane.dev/pages/packages/number/changelog.html)
[Readme](https://rxjs-ninja.tane.dev/pages/packages/number.html) |
| [](https://www.npmjs.com/package/@rxjs-ninja/rxjs-random) | Create Observables using random `Number` and `String` values | [API Documentation](https://rxjs-ninja.tane.dev/modules/random.html)
[Changelog](https://rxjs-ninja.tane.dev/pages/packages/random/changelog.html)
[Readme](https://rxjs-ninja.tane.dev/pages/packages/random.html) |
| [](https://www.npmjs.com/package/@rxjs-ninja/rxjs-string) | Work with `String` values, with features to modify and query them | [API Documentation](https://rxjs-ninja.tane.dev/modules/string.html)
[Changelog](https://rxjs-ninja.tane.dev/pages/packages/string/changelog.html)
[Readme](https://rxjs-ninja.tane.dev/pages/packages/string.html) |
| [](https://www.npmjs.com/package/@rxjs-ninja/rxjs-utility) | Utility operators such as side effects and working with other Stream sources, or converting data like temperature and weight values | [API Documentation](https://rxjs-ninja.tane.dev/modules/utility.html)
[Changelog](https://rxjs-ninja.tane.dev/pages/packages/utility/changelog.html)
[Readme](https://rxjs-ninja.tane.dev/pages/packages/utility.html) |#### Additional Information
- Logo created by [DesignEvo logo maker](https://www.designevo.com/logo-maker/)