timetracker/frontend/node_modules/hasown/index.d.ts
hhftechnologies c8f5379289 update
2024-11-25 23:16:17 +05:30

3 lines
117 B
TypeScript

declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>;
export = hasOwn;