Skip to content

@shtse8/fluxus v1.0.0


@shtse8/fluxus / src / Disposable

Interface: Disposable

Defined in: src/types.ts:11

Represents an object that holds a disposable resource or manages a lifecycle that requires explicit cleanup.

Properties

dispose

dispose: Dispose

Defined in: src/types.ts:16

Disposes of the resource or ends the lifecycle managed by this object. Calling dispose multiple times should be safe (idempotent).

Released under the ISC License.