UNPKG

@modern-kit/utils

Version:
4 lines (2 loc) 109 B
declare function repeatCharacters(value: string, repeatCount: number): string; export { repeatCharacters };