objectKeys
Like Object.keys() but with a better return type
Functionally identical to Object.keys()
except that the return type ain't just string
but a typed array.
WARNING: Only use with object you have instantiated yourself. Some keys that are not in the type might be present on the object at runtime!
Last updated