From 7aa11b7a8abacf81dec20fff21216df35d333756 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 27 Jul 2025 18:50:33 -0700 Subject: Pulls in pengueno from npm --- u/types/object.ts | 1 - 1 file changed, 1 deletion(-) delete mode 100644 u/types/object.ts (limited to 'u/types/object.ts') diff --git a/u/types/object.ts b/u/types/object.ts deleted file mode 100644 index fe97999..0000000 --- a/u/types/object.ts +++ /dev/null @@ -1 +0,0 @@ -export const isObject = (o: unknown): o is object => typeof o === 'object' && !Array.isArray(o) && !!o; -- cgit v1.2.3-70-g09d2