| Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/hasown/ |
| Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/hasown/index.d.ts |
declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>; export = hasOwn;