js-util

Home > rc-js-util > IDebugWeakStore

IDebugWeakStore interface

A weakmap store available in debug contexts only.

Signature:

export interface IDebugWeakStore<T> 

Methods

Method Description
deleteValue(listener)  
getValue(key)  
setValue(key, value)