String.prototype.padStart:String.prototype.padStart的符合ES规范的填充程序

时间:2024-03-13 00:27:10
【文件属性】:

文件名称:String.prototype.padStart:String.prototype.padStart的符合ES规范的填充程序

文件大小:14KB

文件格式:ZIP

更新时间:2024-03-13 00:27:10

JavaScript

String.prototype.padStart 符合ES2017规范的String.prototype.padStart填充程序。 如果不可用,请调用其“ shim”方法对String.prototype.padStart进行填充。 该软件包实现了接口。 它可以在ES3支持的环境中工作并符合。 最常见的用法: var padStart = require ( 'string.prototype.padstart' ) ; assert ( padStart ( 'foo' , 5 , 'bar' ) === 'bafoo' ) ; padStart . shim ( ) ; assert ( padStart ( 'foo' , 2 ) === 'foo' . padStart ( 2 ) ) ; 测验 只需克隆仓库, npm install ,然后运行npm test


【文件预览】:
String.prototype.padStart-main
----.gitignore(621B)
----.eslintrc(338B)
----package.json(2KB)
----.nycrc(216B)
----.npmrc(19B)
----auto.js(36B)
----LICENSE(1KB)
----index.js(676B)
----CHANGELOG.md(2KB)
----.github()
--------workflows()
----README.md(2KB)
----implementation.js(1KB)
----.eslintignore(10B)
----shim.js(344B)
----.npmignore(640B)
----polyfill.js(213B)
----test()
--------.eslintrc(66B)
--------index.js(442B)
--------shimmed.js(1KB)
--------implementation.js(613B)
--------tests.js(937B)

网友评论