is-string icon indicating copy to clipboard operation
is-string copied to clipboard

Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

Results 2 is-string issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/inspect-js/is-string). ## Pending Approval These branches will be...

While profiling an application, I found `is-string` (and a few related libraries) pretty much topping the charts across the entire codebase: ![image](https://github.com/user-attachments/assets/8a6c525a-8afc-4c9d-b0a4-bf892ada0bbd) It appears that the try/catch check in `tryStringObject`...