7fife-backend/node_modules/hasown/index.d.ts

3 lines
97 B
TypeScript
Raw Permalink Normal View History

2024-03-07 13:01:44 +00:00
declare function hasOwn<T extends {} = {}>(o: T, p: PropertyKey): p is keyof T;
export = hasOwn;