From 9970036d203ba2d0a46b35ba6fad21d49441cdd4 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 27 Jul 2025 17:03:10 -0700 Subject: hai --- lib/types/object.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/types/object.ts (limited to 'lib/types/object.ts') diff --git a/lib/types/object.ts b/lib/types/object.ts new file mode 100644 index 0000000..fe97999 --- /dev/null +++ b/lib/types/object.ts @@ -0,0 +1 @@ +export const isObject = (o: unknown): o is object => typeof o === 'object' && !Array.isArray(o) && !!o; -- cgit v1.2.3-70-g09d2