Migrate to a monorepo structure (#2909)
This commit is contained in:
2
packages/twenty-front/src/utils/assert.ts
Normal file
2
packages/twenty-front/src/utils/assert.ts
Normal file
@ -0,0 +1,2 @@
|
||||
export const assertNotNull = <T>(item: T): item is NonNullable<T> =>
|
||||
item !== null && item !== undefined;
|
||||
Reference in New Issue
Block a user