function types.isKeyObject Usage in Denoimport { types } from "node:util"; const { isKeyObject } = types; isKeyObject(object: unknown): object is KeyObject Returns true if value is a KeyObject, false otherwise. Parameters object: unknown Return Type object is KeyObject