first commit
This commit is contained in:
3
calcom/packages/lib/notEmpty.ts
Normal file
3
calcom/packages/lib/notEmpty.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
const notEmpty = <T>(value: T): value is NonNullable<typeof value> => !!value;
|
||||
|
||||
export default notEmpty;
|
||||
Reference in New Issue
Block a user