Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/dts/lib.deno.shared_globals.d.ts>WebAssembly.Global#valueOf

A modern runtime for JavaScript and TypeScript.
Go to Latest
method WebAssembly.Global.prototype.valueOf
import { WebAssembly } from "https://deno.land/x/deno@v1.28.1/cli/dts/lib.deno.shared_globals.d.ts";
const { Global } = WebAssembly;

Old-style method that returns the value contained inside the global variable.