File "index.d.ts"
Full Path: /var/www/html/gitep_front/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;