UNPKG
kwc-redux-observable
Version:
latest (0.8.0-kwchax)
0.9.0-kwchax
0.8.0-kwchax
RxJS based middleware for Redux. Compose and cancel async actions and more.
kwc-redux-observable
/
lib
/
EPIC_END.js
6 lines
(5 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
EPIC_END
=
exports
.
EPIC_END
=
'@@redux-observable/EPIC_END'
;