first commit
This commit is contained in:
1
calcom/packages/lib/array.ts
Normal file
1
calcom/packages/lib/array.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const notUndefined = <T>(val: T | undefined): val is T => Boolean(val);
|
||||
Reference in New Issue
Block a user