adding code snippets for integration
This commit is contained in:
@@ -1 +1,2 @@
|
||||
export const notNullish = (value: any) => value !== null && value !== undefined;
|
||||
export const nullish = (value: any) => value === null || value === undefined;
|
||||
|
||||
Reference in New Issue
Block a user