UNPKG
prayer-timetable-react
Version:
latest (1.0.3)
next (1.0.0)
1.0.3
1.0.2
1.0.1
1.0.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Prayer timetable made with React
gitlab.com/ench0/prayer-timetable-react/blob/master/README.md
prayer-timetable-react
/
src
/
store
/
sagas.js
7 lines
(5 loc)
•
110 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
log =
false
/* eslint-disable */
export
function
*
helloSaga
(
) { log &&
console
.
log
(
'Hello Sagas!'
) }