import type { PropertyKey } from "../index"; declare function HasProperty

(O: object, P: P): O is { [K in P]: unknown }; export = HasProperty;