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

x/weakref/iterable_weak_map.ts>IterableWeakMap#keys

Weak Collection Library for Deno and Node.js.
Go to Latest
method IterableWeakMap.prototype.keys
import { IterableWeakMap } from "https://deno.land/x/weakref@0.2.0/iterable_weak_map.ts";

Returns

IterableIterator<K>