method TLSSocket.prototype.isSessionReused Usage in Deno```typescript import { TLSSocket } from "node:node__tls.d.ts"; ``` TLSSocket.prototype.isSessionReused(): boolean See `Session Resumption` for more information. Return Type boolean `true` if the session was reused, `false` otherwise.