property Runtime.ObjectPreview.entries
          
Usage in Deno
import { type Runtime } from "node:inspector/promises";
List of the entries. Specified for <code>map</code> and <code>set</code> subtype values only.
EntryPreview[] | undefined
      
    import { type Runtime } from "node:inspector/promises";
List of the entries. Specified for <code>map</code> and <code>set</code> subtype values only.
EntryPreview[] | undefined