File "index.d.ts"
Full Path: C:/wamp64/www/Seleccion/node_modules/gopd/index.d.ts
File size: 173 bytes
MIME-type: text/plain
Charset: utf-8
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;