forked from Github/frigate
feat: Timeline UI (#2830)
This commit is contained in:
1
web/src/utils/objectUtils.ts
Normal file
1
web/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