UNPKG

@newdash/newdash

Version:

javascript/typescript utility library

10 lines (9 loc) 166 B
/** * @private * @ignore * @internal * @param str * @param n */ export declare function baseRepeat(str: string, n?: number): string; export default baseRepeat;