UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

103 lines (46 loc) 1.21 kB
<!-- 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>