aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/hasown/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/hasown/index.d.ts')
-rw-r--r--node_modules/hasown/index.d.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/node_modules/hasown/index.d.ts b/node_modules/hasown/index.d.ts
deleted file mode 100644
index aafdf3b..0000000
--- a/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;