method Deserializer.prototype.readValue Usage in Deno```typescript import { Deserializer } from "node:node__v8.d.ts"; ``` Deserializer.prototype.readValue(): any Deserializes a JavaScript value from the buffer and returns it. Return Type any