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

5 lines
173 B
TypeScript

declare function gOPD<O extends object, K extends keyof O>(obj: O, prop: K): PropertyDescriptor | undefined;
declare const fn: typeof gOPD | undefined | null;
export = fn;