Deno.ResourceMap - Deno documentation
interface Deno.ResourceMap
Deprecated

This will be removed in Deno 2.0.

A map of open resources that Deno is tracking. The key is the resource ID (rid) and the value is its representation.

Index Signatures

[rid: number] : unknown