first commit
This commit is contained in:
1
calcom/packages/lib/isKeyInObject.ts
Normal file
1
calcom/packages/lib/isKeyInObject.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const isKeyInObject = <T extends object>(k: PropertyKey, o: T): k is keyof T => k in o;
|
||||
Reference in New Issue
Block a user