Appearance
disposeDurable(key, dispose?): void
key
dispose?
void
Defined in: durable.ts:42
Tear down one durable resource for real (not an HMR swap): runs dispose and forgets the entry, so the next durable(key, …) creates fresh.
dispose
durable(key, …)
string
(value) => void
value