zack
feat: πŸš€ Update Chat-nFace configurations
a053984
raw
history blame
No virus
97 Bytes
declare function hasOwn<T extends {} = {}>(o: T, p: PropertyKey): p is keyof T;
export = hasOwn;