property KeyObject.prototype.asymmetricKeySize Usage in Deno```typescript import { KeyObject } from "node:node__crypto.d.ts"; ``` For asymmetric keys, this property represents the size of the embedded key in bytes. This property is `undefined` for symmetric keys. Type number | undefined