1.0.0 • Published 10 years ago

disposify v1.0.0

Weekly downloads
3,143
License
MIT
Repository
github
Last release
10 years ago

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