property KeyObject.prototype.type
Usage in Deno
```typescript import { KeyObject } from "node:node__crypto.d.ts"; ```Depending on the type of this `KeyObject`, this property is either`'secret'` for secret (symmetric) keys, `'public'` for public (asymmetric) keys
or `'private'` for private (asymmetric) keys.