Skip to main content
Deserializer.prototype.readValue - v8 - Node documentation
method Deserializer.prototype.readValue

Usage in Deno

import { Deserializer } from "node:v8";
Deserializer.prototype.readValue(): any

Deserializes a JavaScript value from the buffer and returns it.

Return Type

any