1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
Oinktube/node_modules/hasown/index.d.ts
2024-03-07 11:31:51 -03:00

3 lines
No EOL
97 B
TypeScript

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