disposify
v1.0.0
Published
Convert any kind of object into a disposable
Downloads
309
Maintainers
Readme
Disposify
Disposify is the module you'll need to make all sorts of objects disposable. After making them disposable, they'll fit anywhere in the EventKit Architecture
Installation
npm install --save disposify
API
function disposify<T>(subject: T): T
module.exports = disposify
License
This project is licensed under the terms of MIT License, see the LICENSE file for more info