UNPKG
yodata-plugin-inbox
Version:
latest (0.6.1-alpha.0)
0.6.1-alpha.0
0.6.0
0.5.1-alpha.1
0.5.1-alpha.0
0.5.0
0.0.2-alpha.3
0.0.2-alpha.1
inbox commands for yodata cli/client
github.com/Yodata/yodata
Yodata/yodata
yodata-plugin-inbox
/
back.js
8 lines
(6 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
history =
require
(
'./history'
)
const
list =
require
(
'./list'
)
module
.
exports
=
async
function
(
{ count =
1
}
) { history.
back
(count)
return
list
() }