@types/repeat-string
Version:
TypeScript definitions for repeat-string
26 lines (19 loc) • 744 B
Markdown
> `npm install --save @types/repeat-string`
This package contains type definitions for repeat-string (https://github.com/jonschlinkert/repeat-string).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/repeat-string.
````ts
/**
* Repeat the given `string` the specified `number` of times.
*/
declare function repeat(str: string, num?: number | string | null): string;
export = repeat;
````
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Dependencies: none
These definitions were written by .