Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iterable-iterator/reversed
:upside_down_face: Iterable reversion for JavaScript
https://github.com/iterable-iterator/reversed
Last synced: about 2 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T05:10:48.000Z (9 months ago)
- Last Synced: 2024-04-23T09:07:45.607Z (8 months 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
```[![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/actions/workflow/status/iterable-iterator/reversed/ci:test.yml?branch=main&event=push&label=tests)](https://github.com/iterable-iterator/reversed/actions/workflows/ci:test.yml?query=branch:main)
[![Dependencies](https://img.shields.io/librariesio/github/iterable-iterator/reversed.svg)](https://github.com/iterable-iterator/reversed/network/dependencies)
[![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)