blob: aafdf3b2b8f0ef01aa1b3e44596560eee3f38ff7 [file] [log] [blame]
declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>;
export = hasOwn;