String.prototype.trimStart:符合ES2019规范的String.prototype.trimStart填充

时间:2024-05-19 18:51:33
【文件属性】:

文件名称:String.prototype.trimStart:符合ES2019规范的String.prototype.trimStart填充

文件大小:15KB

文件格式:ZIP

更新时间:2024-05-19 18:51:33

polyfill es6 string proposal trim

String.prototype.trimStart 符合ES2019规范的String.prototype.trimStart填充程序。 如果不可用,请调用其“ shim”方法对String.prototype.trimStart进行填充。 该软件包实现了接口。 它可以在ES3支持的环境中工作并符合。 在ES6环境中,它也可以与Symbol一起正常使用。 最常见的用法: var trimStart = require ( 'string.prototype.trimstart' ) ; assert ( trimStart ( ' \t\na \t\n' ) === 'a \t\n' ) ; if ( ! String . prototype . trimStart ) { trimStart . shim ( ) ; } assert ( trimStart ( ' \t\n


【文件预览】:
String.prototype.trimStart-main
----polyfill.js(463B)
----.eslintrc(162B)
----implementation.js(454B)
----index.js(373B)
----package.json(2KB)
----.github()
--------workflows()
----test()
--------shimmed.js(1KB)
--------implementation.js(637B)
--------index.js(447B)
--------tests.js(1KB)
----.nycrc(139B)
----LICENSE(1KB)
----.npmignore(642B)
----shim.js(337B)
----.gitignore(623B)
----CHANGELOG.md(6KB)
----.npmrc(55B)
----README.md(2KB)
----auto.js(36B)
----.eslintignore(10B)
----.editorconfig(286B)

网友评论