5de1c56
1
2
3
declare function hasOwn<T extends {} = {}>(o: T, p: PropertyKey): p is keyof T; export = hasOwn;