@spudly/times
v0.1.0
Published
Returns an array with the given value repeated the specified number of times.
Downloads
3
Readme
@spudly/times
Returns an array with the given value repeated the specified number of times.
Installation
npm install --save @spudly/times
Usage
import times from '@spudly/times';
times(3, 'bloody mary'); // => ['bloody mary', 'bloody mary', 'bloody mary']