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.
- Host: GitHub
- URL: https://github.com/afeiship/next-repeat-by
- Owner: afeiship
- License: mit
- Created: 2020-01-06T06:07:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T14:28:59.000Z (almost 5 years ago)
- Last Synced: 2025-07-03T10:49:36.249Z (9 months ago)
- Topics: by, next, repeat
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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