https://github.com/iterable-iterator/reversed
:upside_down_face: Iterable reversion for JavaScript
https://github.com/iterable-iterator/reversed
Last synced: 4 months ago
JSON representation
:upside_down_face: Iterable reversion for JavaScript
- Host: GitHub
- URL: https://github.com/iterable-iterator/reversed
- Owner: iterable-iterator
- License: agpl-3.0
- Created: 2021-04-27T16:45:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T05:10:48.000Z (about 1 year ago)
- Last Synced: 2024-04-23T09:07:45.607Z (about 1 year ago)
- Language: Shell
- Homepage: https://iterable-iterator.github.io/reversed
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:upside_down_face: [@iterable-iterator/reversed](https://iterable-iterator.github.io/reversed)
==Iterable reversion for JavaScript.
See [docs](https://iterable-iterator.github.io/reversed/index.html).> :warning: Depending on your environment, the code may require
> `regeneratorRuntime` to be defined, for instance by importing
> [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).```js
import {reversed} from '@iterable-iterator/reversed';
reversed('ABC') ; // C B A
```[](https://raw.githubusercontent.com/iterable-iterator/reversed/main/LICENSE)
[](https://www.npmjs.org/package/@iterable-iterator/reversed)
[](https://github.com/iterable-iterator/reversed/actions/workflows/ci:test.yml?query=branch:main)
[](https://github.com/iterable-iterator/reversed/network/dependencies)
[](https://github.com/iterable-iterator/reversed/issues)
[](https://www.npmjs.org/package/@iterable-iterator/reversed)[](https://codeclimate.com/github/iterable-iterator/reversed/issues)
[](https://codeclimate.com/github/iterable-iterator/reversed/trends/churn)
[](https://codecov.io/gh/iterable-iterator/reversed)
[](https://codeclimate.com/github/iterable-iterator/reversed/trends/technical_debt)
[](https://iterable-iterator.github.io/reversed/source.html)
[](https://bundlephobia.com/result?p=@iterable-iterator/reversed)