8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I saw you use first argument as key of cache. What if the first argument is an object, like this:
const a = {}; const b = {c: {}} String(a) //"[object Object]" String(b) //"[object Object]"
Besides, can you provide any benchmark tests? I don't think it fit any case.