string.prototype.padend
ES2017 spec-compliant String.prototype.padEnd shim.
Last updated 8 months ago by ljharb .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install string.prototype.padend 
SYNC missed versions from official npm registry.

String.prototype.padEnd Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

An ES2017 spec-compliant String.prototype.padEnd shim. Invoke its "shim" method to shim String.prototype.padEnd if it is unavailable.

This package implements the es-shim API interface. It works in an ES3-supported environment and complies with the spec.

Most common usage:

var padEnd = require('string.prototype.padend');

assert(padEnd('foo', 5, 'bar') === 'fooba');

padEnd.shim();

assert(padEnd('foo', 2) === 'foo'.padEnd(2));

Tests

Simply clone the repo, npm install, and run npm test

Current Tags

  • 3.1.6                                ...           latest (8 months ago)

8 Versions

  • 3.1.6                                ...           8 months ago
  • 3.1.5                                ...           a year ago
  • 3.1.4                                ...           2 years ago
  • 3.1.3                                ...           3 years ago
  • 3.1.2                                ...           4 years ago
  • 3.1.1                                ...           4 years ago
  • 3.1.0                                ...           5 years ago
  • 3.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Total 5
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (4)
Dev Dependencies (12)

© 2010 - cnpmjs.org x YWFE | Home | YWFE