function isCryptoKey Usage in Deno```typescript import { isCryptoKey } from "node:node__util--types.d.ts"; ``` isCryptoKey(object: unknown): object is webcrypto.CryptoKey Returns `true` if `value` is a `CryptoKey`, `false` otherwise. Parameters object: unknown Return Type object is webcrypto.CryptoKey