Add initial versions
This commit is contained in:
3
isDefined.js
Normal file
3
isDefined.js
Normal file
@ -0,0 +1,3 @@
|
||||
export const isDefined = val => {
|
||||
return val !== null && val !== undefined;
|
||||
};
|
Reference in New Issue
Block a user