index.d.ts 117 Bytes BlameHistoryPermalink Edit 1 2 3 declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>; export = hasOwn;