@iterable-iterator/reversed
Version:
Iterable reversion for JavaScript
30 lines (24 loc) • 2.52 kB
Markdown
: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://david-dm.org/iterable-iterator/reversed)
[](https://david-dm.org/iterable-iterator/reversed?type=dev)
[](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)