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