Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/weakref/mod.ts>WeakValueMap#[Symbol.iterator]

Weak Collection Library for Deno and Node.js.
Go to Latest
method WeakValueMap.prototype.[Symbol.iterator]
import { WeakValueMap } from "https://deno.land/x/weakref@0.2.0/mod.ts";

Returns

IterableIterator<[K, V]>