property CipherInfo.ivLength Usage in Deno```typescript import { type CipherInfo } from "node:node__crypto.d.ts"; ``` The expected or default initialization vector length in bytes. This property is omitted if the cipher does not use an initialization vector. Type number | undefined