steelbrain / disposify

Convert any type of object into a disposable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disposify

Greenkeeper badge

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

About

Convert any type of object into a disposable

License:MIT License


Languages

Language:JavaScript 100.0%