Files
antigravity-claude-proxy/node_modules/hasown/index.d.ts
Badri Narayanan S 52d72b7bff initial commit
2025-12-18 00:06:00 +05:30

4 lines
117 B
TypeScript

declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>;
export = hasOwn;