UNPKG
redux-dynamic-modules-saga
Version:
latest (5.2.3)
stable (3.4.4)
5.2.3
5.2.0
5.1.0
5.0.2
5.0.1
5.0.0-alpha.0
4.0.1
4.0.0
4.0.0-alpha.1
4.0.0-alpha.0
3.5.2
3.5.1
3.5.0
3.5.0-alpha.3
3.5.0-alpha.2
3.5.0-alpha.1
3.5.0-alpha.0
3.4.4
3.4.2
3.4.1
3.4.0
3.3.1
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
Saga Extension for redux-dynamic-modules
github.com/Microsoft/redux-dynamic-modules
redux-dynamic-modules-saga
/
lib
/
index.js
7 lines
(6 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
function
__export
(
m
) {
for
(
var
p
in
m)
if
(!
exports
.
hasOwnProperty
(p))
exports
[p] = m[p]; }
exports
.
__esModule
=
true
;
__export
(
require
(
"./SagaExtension"
));