文件名称:String.prototype.trimLeft:适用于String的符合ES2019规范的垫片.prototype.trimLeft
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-20 05:09:01
JavaScript
String.prototype.trimLeft 符合ES2019规范的String.prototype.trimLeft填充器。 如果不可用,则调用其“ shim”方法对String.prototype.trimLeft进行填充。 该软件包实现了接口。 它可以在ES3支持的环境中工作并符合。 在ES6环境中,它也可以与Symbol一起正常使用。 最常见的用法: var trimLeft = require ( 'string.prototype.trimleft' ) ; assert ( trimLeft ( ' \t\na \t\n' ) === 'a \t\n' ) ; if ( ! String . prototype . trimLeft ) { trimLeft . shim ( ) ; } assert ( trimLeft ( ' \t\na \t\n' )
【文件预览】:
String.prototype.trimLeft-main
----.gitignore(622B)
----.eslintrc(161B)
----package.json(2KB)
----.nycrc(139B)
----.npmrc(19B)
----auto.js(36B)
----LICENSE(1KB)
----index.js(373B)
----CHANGELOG.md(2KB)
----.github()
--------workflows()
----README.md(2KB)
----implementation.js(86B)
----.eslintignore(10B)
----shim.js(333B)
----polyfill.js(322B)
----test()
--------index.js(443B)
--------shimmed.js(1KB)
--------implementation.js(637B)
--------tests.js(1KB)