aboutsummaryrefslogtreecommitdiffstats
path: root/backend/node_modules/hasown/index.d.ts
blob: aafdf3b2b8f0ef01aa1b3e44596560eee3f38ff7 (plain) (blame)
1
2
3
declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>;

export = hasOwn;