Repeat the given string n times. Fastest implementation for repeating a string.
jonschlinkertover 2 years agoTrim newlines from the start and/or end of a string
sindresorhusover 1 year agoRight pad a string with zeros or a specified string. Fastest implementation.
jonschlinkertover 2 years agoLeft pad a string with zeros or a specified string. Fastest implementation.
jonschlinkertover 2 years ago