is-string
is-string copied to clipboard
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
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:  It appears that the try/catch check in `tryStringObject`...