GIF89a php
Current File : /home/viralhoga/app_viralhoga/node_modules/get-proto/index.d.ts
declare function getProto<O extends object>(object: O): object | null;

declare const x: typeof getProto | null;

export = x;