Re-add getKeys
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
export const getKeys = Object.keys as <T extends object>(
|
||||||
|
obj: T,
|
||||||
|
) => Array<keyof T>
|
||||||
Reference in New Issue
Block a user