A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.
Browse cluster: JavaScript Standard Style Linting →This project is a polyfill that implements the ECMAScript 6 `String.prototype.codePointAt` method for JavaScript environments that don't natively support it. The polyfill works in ES3-compliant environments and adheres to the ECMAScript specification, implementing the es-shim API interface. It is built as a JavaScript package distributed via npm and available for use in both Node.js and browser environments. The project was created and is maintained by Mathias Bynens.