first commit
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
export default function isNullOrUndefined(value) {
|
||||
return value === null || value === undefined;
|
||||
}
|
||||
Reference in New Issue
Block a user