js2ts: msg(WIP)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function isNotNull<T>(value: T|null|undefined):value is T{
|
||||
return value !== null && value !== undefined;
|
||||
}
|
||||
Reference in New Issue
Block a user