Get keys of the object
keys({ one: 1, two: 2, three: 3 }); // ["one", "two", "three"]
Generated using TypeDoc
Get keys of the object
Example