Skip to content

webshrine / stdtyp/src / Keys

Type Alias: Keys<T>

Keys<T>: StringifyKey<keyof T>

Return all keys of T, converting number keys to strings and ignore Symbol keys Instead of keyof T, returns only strings and stringified numbers

Type Parameters

T extends AnyObject

Defined in

packages/stdtyp/src/utilities/other.ts:48