Skip to main content
interface Deno.ResourceMap

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