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

x/weakref/weak_value_map.ts>WeakValueMap#keys

Weak Collection Library for Deno and Node.js.
Latest
method WeakValueMap.prototype.keys
import { WeakValueMap } from "https://deno.land/x/weakref@0.2.1/weak_value_map.ts";

Returns

IterableIterator<K>