File "get.d.ts"
Full Path: C:/wamp64/www/INTERPRETE2/backend/node_modules/dunder-proto/get.d.ts
File size: 121 bytes
MIME-type: text/plain
Charset: utf-8
declare function getDunderProto(target: {}): object | null;
declare const x: false | typeof getDunderProto;
export = x;