Skip to content

afeiship/next-repeat-by

Repository files navigation

next-repeat-by

Repeat by for next.

version license size download

installation

npm install -S @jswork/next-repeat-by

usage

import '@jswork/next-repeat-by';

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

license

Code released under the MIT license.