<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [DebugWeakStore](./rc-js-util.debugweakstore.md)

## DebugWeakStore class


**Signature:**

```typescript
export declare class DebugWeakStore<TVal, TKey extends object = object> 
```

## Constructors

<table><thead><tr><th>

Constructor


</th><th>

Modifiers


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[(constructor)(values)](./rc-js-util.debugweakstore._constructor_.md)


</td><td>


</td><td>

Constructs a new instance of the `DebugWeakStore` class


</td></tr>
</tbody></table>

## Methods

<table><thead><tr><th>

Method


</th><th>

Modifiers


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[deleteValue(key)](./rc-js-util.debugweakstore.deletevalue.md)


</td><td>


</td><td>


</td></tr>
<tr><td>

[getValue(key)](./rc-js-util.debugweakstore.getvalue.md)


</td><td>


</td><td>


</td></tr>
<tr><td>

[setValue(key, value)](./rc-js-util.debugweakstore.setvalue.md)


</td><td>


</td><td>


</td></tr>
</tbody></table>
