Skip to main content
Go to Latest
function isCryptoKey
import { isCryptoKey } from "https://deno.land/std@0.177.0/node/internal/crypto/keys.ts";

Parameters

obj: unknown

Returns

obj is { type: string; [kKeyObject]: KeyObject; }