UNPKG

@iterable-iterator/reversed

Version:
30 lines (24 loc) 2.52 kB
: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 ``` [![License](https://img.shields.io/github/license/iterable-iterator/reversed.svg)](https://raw.githubusercontent.com/iterable-iterator/reversed/main/LICENSE) [![Version](https://img.shields.io/npm/v/@iterable-iterator/reversed.svg)](https://www.npmjs.org/package/@iterable-iterator/reversed) [![Tests](https://img.shields.io/github/workflow/status/iterable-iterator/reversed/ci:test?event=push&label=tests)](https://github.com/iterable-iterator/reversed/actions/workflows/ci:test.yml?query=branch:main) [![Dependencies](https://img.shields.io/david/iterable-iterator/reversed.svg)](https://david-dm.org/iterable-iterator/reversed) [![Dev dependencies](https://img.shields.io/david/dev/iterable-iterator/reversed.svg)](https://david-dm.org/iterable-iterator/reversed?type=dev) [![GitHub issues](https://img.shields.io/github/issues/iterable-iterator/reversed.svg)](https://github.com/iterable-iterator/reversed/issues) [![Downloads](https://img.shields.io/npm/dm/@iterable-iterator/reversed.svg)](https://www.npmjs.org/package/@iterable-iterator/reversed) [![Code issues](https://img.shields.io/codeclimate/issues/iterable-iterator/reversed.svg)](https://codeclimate.com/github/iterable-iterator/reversed/issues) [![Code maintainability](https://img.shields.io/codeclimate/maintainability/iterable-iterator/reversed.svg)](https://codeclimate.com/github/iterable-iterator/reversed/trends/churn) [![Code coverage (cov)](https://img.shields.io/codecov/c/gh/iterable-iterator/reversed/main.svg)](https://codecov.io/gh/iterable-iterator/reversed) [![Code technical debt](https://img.shields.io/codeclimate/tech-debt/iterable-iterator/reversed.svg)](https://codeclimate.com/github/iterable-iterator/reversed/trends/technical_debt) [![Documentation](https://iterable-iterator.github.io/reversed/badge.svg)](https://iterable-iterator.github.io/reversed/source.html) [![Package size](https://img.shields.io/bundlephobia/minzip/@iterable-iterator/reversed)](https://bundlephobia.com/result?p=@iterable-iterator/reversed)