Interface: AmnesiaDevToolsWeakRef<T>
Defined in: devtools.ts:61
Weak-ref holder used by registry entries. Defined as a structural type so
the runtime can fall back to a strong-ref shim when WeakRef is missing.
Type Parameters
| Type Parameter |
|---|
T extends object |
Properties
deref
deref: () =>
T|undefined
Defined in: devtools.ts:62
Returns
T | undefined