Delete type-assertions.ts

This commit is contained in:
Ollie H
2023-05-04 17:33:21 -07:00
committed by GitHub
parent 6565595e03
commit ce98412dd8
-3
View File
@@ -1,3 +0,0 @@
export const getKeys = Object.keys as <T extends object>(
obj: T,
) => Array<keyof T>