forked from Github/frigate
1
web-old/src/utils/objectUtils.ts
Normal file
1
web-old/src/utils/objectUtils.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const isNullOrUndefined = (object?: unknown): boolean => object === null || object === undefined;
|
||||
Reference in New Issue
Block a user