first commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function isNull<Type>(data: Type | null, returnValue: Type): Type {
|
||||
return data ? data : returnValue;
|
||||
}
|
||||
Reference in New Issue
Block a user