UNPKG
whisper
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
A task-based automation app. Leiningen style.
killdream/whisper
whisper
/
lib
/
core
/
index.js
7 lines
(6 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
7
(
function
(
){
module
.
exports
=
function
(
whisper
){
require
(
'./help'
)(whisper);
return
require
(
'./list'
)(whisper); }; }).
call
(
this
);