معرفی شرکت ها


string.prototype.padend-3.1.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

ES2017 spec-compliant String.prototype.padEnd shim.
ویژگی مقدار
سیستم عامل -
نام فایل string.prototype.padend-3.1.4
نام string.prototype.padend
نسخه کتابخانه 3.1.4
نگهدارنده ['ljharb']
ایمیل نگهدارنده ['ljharb@gmail.com']
نویسنده Jordan Harband
ایمیل نویسنده ljharb@gmail.com
آدرس صفحه اصلی git://github.com/es-shims/String.prototype.padEnd.git
آدرس اینترنتی https://github.com/es-shims/String.prototype.padEnd#readme
مجوز MIT
# String.prototype.padEnd <sup>[![Version Badge][npm-version-svg]][package-url]</sup> [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url] [![npm badge][npm-badge-png]][package-url] 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](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the [spec](https://github.com/tc39/ecma262/pull/581). Most common usage: ```js 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` [package-url]: https://npmjs.com/package/string.prototype.padend [npm-version-svg]: http://versionbadg.es/es-shims/String.prototype.padEnd.svg [travis-svg]: https://travis-ci.org/es-shims/String.prototype.padEnd.svg [travis-url]: https://travis-ci.org/es-shims/String.prototype.padEnd [deps-svg]: https://david-dm.org/es-shims/String.prototype.padEnd.svg [deps-url]: https://david-dm.org/es-shims/String.prototype.padEnd [dev-deps-svg]: https://david-dm.org/es-shims/String.prototype.padEnd/dev-status.svg [dev-deps-url]: https://david-dm.org/es-shims/String.prototype.padEnd#info=devDependencies [npm-badge-png]: https://nodei.co/npm/string.prototype.padend.png?downloads=true&stars=true [license-image]: http://img.shields.io/npm/l/string.prototype.padend.svg [license-url]: LICENSE [downloads-image]: http://img.shields.io/npm/dm/string.prototype.padend.svg [downloads-url]: http://npm-stat.com/charts.html?package=string.prototype.padend [codecov-image]: https://codecov.io/gh/es-shims/String.prototype.padEnd/branch/main/graphs/badge.svg [codecov-url]: https://app.codecov.io/gh/es-shims/String.prototype.padEnd/ [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/String.prototype.padEnd [actions-url]: https://github.com/es-shims/String.prototype.padEnd/actions


نیازمندی

مقدار نام
^1.0.2 call-bind
^1.1.4 define-properties
^1.20.4 es-abstract


زبان مورد نیاز

مقدار نام
19.0.1 Npm


نحوه نصب


نصب پکیج tgz string.prototype.padend-3.1.4:

    npm install string.prototype.padend-3.1.4.tgz