File "index.d.ts"
Full Path: C:/wamp64/www/Seleccion/node_modules/get-proto/index.d.ts
File size: 126 bytes
MIME-type: text/plain
Charset: utf-8
declare function getProto<O extends object>(object: O): object | null;
declare const x: typeof getProto | null;
export = x;