Closed PopGoesTheWza closed 3 years ago
@sindresorhus older version of Typescript may not include Symbol
in the PropertyKey
definition. Would that be an issue?
You need to add it to the readme.
Never knew
PropertyKey
was a built-in type, always usedkeyof any
instead.
Ouch! I used string | number
before venturing in the Typescript standard libraries (which is full of good information). Support for symbol
keys was added recently to Typescript.
@PopGoesTheWza thanks for your contribution bro 🤘🏻
thanks for your contribution bro
On a totally irrelevant and lighthearted matter, I viscerally hate the term "bro". I can do with "dude" or "mate" though... ;)
@PopGoesTheWza I swear I thought about it ASA I posted the comment 😅 Thanks for pointing it out 🙏🏻
Fixes #136