## Usage {%= apidocs("index.js") %} ## Benchmarks Repeat string is significantly faster than the native method (which is itself faster than [repeating](https://github.com/sindresorhus/repeating)): ```sh {%= bench() %} ``` **Run the benchmarks** Install dev dependencies: ```sh npm i -d && node benchmark ```