UNPKG
create-xerex
Version:
latest (1.0.0)
1.0.0
create-xerex
/
app
/
server
/
index.js
8 lines
(6 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
.
onStart
=
function
(
) {
console
.
log
(
"onStart"
); };
module
.
exports
.
onEnd
=
function
(
) {
console
.
log
(
"onEnd"
); };