WeakMap$Typings<K extends dynamic, V> extension

on

Properties

delete bool Function(K)

Available on WeakMap<K, V>, provided by the WeakMap$Typings extension

getter/setter pair
get ↔ V? Function(K)

Available on WeakMap<K, V>, provided by the WeakMap$Typings extension

getter/setter pair
has bool Function(K)

Available on WeakMap<K, V>, provided by the WeakMap$Typings extension

getter/setter pair
set WeakMap Function(K, V)

Available on WeakMap<K, V>, provided by the WeakMap$Typings extension

getter/setter pair