Skip to main content
interface Deno.ResourceMap
Deprecated
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