feat: add relay composables
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
export const isNil = (value: unknown | null | undefined): value is null | undefined =>
|
||||
value === null || value === undefined;
|
||||
Reference in New Issue
Block a user