@types/repeating
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

Installation

npm install --save @types/repeating

Summary

This package contains type definitions for repeating (https://github.com/sindresorhus/repeating#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/repeating.

index.d.ts

export = repeating;

/**
 * Repeat a string - fast
 *
 * @param count Times the 'string' should be repeated.
 * @param str String to repeat. Default: ' '
 */
declare function repeating(count: number, str?: string): string;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Claas Ahlrichs.

Dependents (0)

Package Sidebar

Install

npm i @types/repeating

Weekly Downloads

2,501

Version

3.0.2

License

MIT

Unpacked Size

2.99 kB

Total Files

5

Last publish

Collaborators

  • types