Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

local

Obtain a new local variable

The generic refers to the type of the variable to store locally.

function local<T>(): Local<T>;
§
local<T>(): Local<T>
[src]

§Type Parameters

§Return Type