Your IP : 216.73.216.74


Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/hasown/
Upload File :
Current File : //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;