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