@spudly/times
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@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']

/@spudly/times/

    Package Sidebar

    Install

    npm i @spudly/times

    Weekly Downloads

    2

    Version

    0.1.0

    License

    ISC

    Unpacked Size

    4.05 kB

    Total Files

    10

    Last publish

    Collaborators

    • spudly