UNPKG
aveazul
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Bluebird drop-in replacement built on native Promise
github.com/jchip/aveazul
jchip/aveazul
aveazul
/
dist-esm
/
disposer.js
11 lines
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Disposer class for resource cleanup *
@private
*/
export
class
Disposer
{
constructor
(fn, promise) {
this
._data = fn;
this
._promise = promise; } }
//# sourceMappingURL=disposer.js.map