mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
3 lines
No EOL
97 B
TypeScript
3 lines
No EOL
97 B
TypeScript
declare function hasOwn<T extends {} = {}>(o: T, p: PropertyKey): p is keyof T;
|
|
|
|
export = hasOwn; |