aboutsummaryrefslogtreecommitdiffstats
path: root/backend/node_modules/hasown/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'backend/node_modules/hasown/index.d.ts')
-rw-r--r--backend/node_modules/hasown/index.d.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/backend/node_modules/hasown/index.d.ts b/backend/node_modules/hasown/index.d.ts
deleted file mode 100644
index aafdf3b..0000000
--- a/backend/node_modules/hasown/index.d.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>;
-
-export = hasOwn;