Back to Explore

mathiasbynens/String.prototype.repeat

GitHub
1 watchersOpen source

Last release: 5/21/2020

Provides an ES3-compatible, robust, optimized polyfill for `String.prototype.repeat` as defined in ECMAScript 6. Useful if you need consistent `repeat` behavior in older JavaScript environments that do not support the method.

Project status

  • The repository appears to be a small polyfill project, and the most recent upstream activity indicated by the available evidence is a last push on 2021-01-16, but the only documented update in the provided summaries is v1.0.0 from 2020-05-21.
  • The apparent updates cadence looks very low, with no evidence of frequent updates between 2020-05-21 and 2021-01-16 (and none shown after v1.0.0 in the provided data).

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v1.0.0

    5/21/2020

    Release v1.0.0 adds compatibility with the es-shim API. This enables the project to integrate with consumers expecting the es-shim API behavior and surface area.

    Features