File size: 97 Bytes
a053984
 
 
1
2
3
declare function hasOwn<T extends {} = {}>(o: T, p: PropertyKey): p is keyof T;

export = hasOwn;