String.prototype.trimLeft
Whitespace trimmer
A shim to add support for trimming whitespace from the left side of strings in JavaScript.
ES2019 spec-compliant shim for String.prototype.trimLeft.
7 stars
4 watching
4 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An ES5 spec-compliant shim for removing whitespace from string edges | 13 |
| A shim that adds support for the trimRight method to the String prototype in JavaScript environments where it is not natively supported. | 8 |
| A polyfill shim for the String.prototype.replaceAll method to ensure compatibility with ESnext proposal in older JavaScript environments. | 36 |
| A polyfill for the Array.prototype.every method to enable it in older JavaScript environments. | 7 |
| Provides a shim for the Array.prototype.flatMap method to work in older JavaScript environments. | 32 |
| A polyfill for the Array.prototype.includes method in older JavaScript environments | 43 |
| Polyfills an ES5 method to check if any element in an array meets a condition | 2 |
| Shim to implement Object.values in environments lacking its support or spec compliance | 72 |
| An ES2017 spec-compliant shim to ensure compatibility in environments lacking native Object.entries support. | 57 |
| Tool to optimize Ember template compilation by removing unnecessary whitespace and dead code | 1 |
| A shim for comparing values in JavaScript | 25 |
| Provides a polyfill for accessing the global object in ECMAScript environments where it is not supported | 155 |
| A shim polyfill for the Object.fromEntries method to ensure compatibility with older JavaScript environments. | 33 |
| A plugin that trims trailing whitespace and lines from files | 133 |
| A polyfill for ES6 Reflect and Proxy objects to provide compatibility with older browsers or Node.js versions. | 481 |