UNPKG
csf
Version:
beta (0.1.0-alpha.4)
latest (0.1.0-alpha.3)
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha
0.0.1
Generator based flow control with context providing
github.com/morulus/csf
morulus/csf
csf
/
fx
/
index.js
9 lines
(6 loc)
•
88 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
const
fx =
require
(
"../lib/effects"
);
Object
.
assign
(
exports
, fx );