项目作者: KhaledElAnsari

项目描述 :
Polyfill for ES8 String.prototype.padEnd
高级语言: JavaScript
项目地址: git://github.com/KhaledElAnsari/String.prototype.padEnd.git
创建时间: 2017-07-14T21:09:39Z
项目社区:https://github.com/KhaledElAnsari/String.prototype.padEnd

开源协议:MIT License

下载


String.prototype.padEnd

This is a polyfill for the padEnd function from the ECMAScript 8

Why Another One?

Because of the already writtern polyfills are too complicated and I wanted something simpler and doesn’t relys on other new prototypes!.

Usage

You can install it with npm

  1. npm install --save string.padend

Or just download it manually and add it to your project

License

This polyfill is available under the MIT license.