An open API service indexing awesome lists of open source software.

https://github.com/afeiship/next-repeat-by

Repeat by for next.
https://github.com/afeiship/next-repeat-by

by next repeat

Last synced: 9 months ago
JSON representation

Repeat by for next.

Awesome Lists containing this project

README

          

# next-repeat-by
> Repeat by for next.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```bash
npm install -S @jswork/next-repeat-by
```

## usage
```js
import '@jswork/next-repeat-by';

nx.repeatBy('a', 3); // ['a','a','a']
```

## license
Code released under [the MIT license](https://github.com/afeiship/next-repeat-by/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/next-repeat-by
[version-url]: https://npmjs.org/package/@jswork/next-repeat-by

[license-image]: https://img.shields.io/npm/l/@jswork/next-repeat-by
[license-url]: https://github.com/afeiship/next-repeat-by/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-repeat-by
[size-url]: https://github.com/afeiship/next-repeat-by/blob/master/dist/next-repeat-by.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/next-repeat-by
[download-url]: https://www.npmjs.com/package/@jswork/next-repeat-by