Appearance
webshrine / stdtyp/src / Keys
Keys<T>: StringifyKey<keyof T>
T
StringifyKey
Return all keys of T, converting number keys to strings and ignore Symbol keys Instead of keyof T, returns only strings and stringified numbers
keyof T
• T extends AnyObject
AnyObject
packages/stdtyp/src/utilities/other.ts:48