aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/get-proto/index.d.ts
blob: 2c021f304e712d18e77b08d5dd9f87d0bc241021 (plain)
1
2
3
4
5
declare function getProto<O extends object>(object: O): object | null;

declare const x: typeof getProto | null;

export = x;