doum
7 天以前 47360d21048e9125315071670462e5d5bc09d273
1
2
3
4
5
declare function getProto<O extends object>(object: O): object | null;
 
declare const x: typeof getProto | null;
 
export = x;