@typed/disposable
Generic interface for representing disposable resources or other cleanup.
Generic interface for representing disposable resources or other cleanup.
TypeScript RAII proof of concept
Dispose bag for RxJS subscriptions. Inspired by RxSwift.
A disposable base class and minimal set of interfaces to properly implement an object disposal pattern.
Dispose objects using the decorator pattern
React hook for automatic disposal on cancelled components
A memoization function with cache equals to one and a disposing function
A library for setting up and disposing services
A flexible Object Pool that trims the pool down to the specified max size after a specified delay.
Dispose a resource when p-using resolves.
Clear all event listeners at once.
Symbol.dispose / Symbol.asyncDispose ponyfill
Time based object, is built to auto discard stale / unused keys in your object. If you have an object you are managing with a timer in order to dispose of orphan items, this package is for you.
The collection of helpers written with mobx and typescript.
Decorates type methods in order to make disposable assertion
Run a function with an injected go-like defer helper
> Note: This project is deprecated! The behavior is easily accessible inside of VITE using `esbuild.target: 'es2022' which will be a lot better than this dirty package anyway.
This tool simplifies the process of creating and rendering 3D scenes. You have the flexibility to customize parameters for your specific requirements, create scenes, and incorporate lighting. It also provides a convenient interface to gracefully destroy s
Polyfill for Symbol.dispose and Symbol.asyncDispose
Rust-like Box and similar objects for TypeScript