workflow_launcher/node_modules/hasown/index.d.ts
2024-03-11 16:01:07 +01:00

3 lines
97 B
TypeScript

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