import { HasPropertyKey } from "https://deno.land/x/typebox_deno@0.31.22/src/value/guard.ts";
Returns true if this value has this property key
Parameters
key: K
Returns
value is ObjectType & Record<K, unknown>
x/typebox_deno/src/value/guard.ts>HasPropertyKey
import { HasPropertyKey } from "https://deno.land/x/typebox_deno@0.31.22/src/value/guard.ts";
Returns true if this value has this property key