• Repeats the given string n times.

    Differences from lodash:

    • does not work as an iteratee for functions like map

    Contribution to minified bundle size, when it is the only function imported:

    • Lodash: 2,937 bytes
    • Micro-dash: 94 bytes

    Parameters

    • string: string
    • n: number

    Returns string

Generated using TypeDoc