Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/core/internal.d.ts>__bootstrap.primordials.SafeSetIterator

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable __bootstrap.primordials.SafeSetIterator
import { __bootstrap } from "https://deno.land/x/deno@v1.30.0/core/internal.d.ts";
const { SafeSetIterator } = __bootstrap.primordials;

type

new <T>(set: Set<T>) => IterableIterator<T>