function isCryptoKeyimport { isCryptoKey } from "https://dotland.deno.dev/std@0.177.0/node/internal/crypto/keys.ts"; isCryptoKey(obj: unknown): obj is { type: string; [kKeyObject]: KeyObject; }Parametersobj: unknownReturnsobj is { type: string; [kKeyObject]: KeyObject; }