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
/
status.js
9 lines
(6 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
config =
require
(
'@yodata/config'
)
const
{ href } =
require
(
'.'
)
module
.
exports
= getInboxStatus
function
getInboxStatus
(
) {
return
Object
.
assign
({}, {
href
:
href
(), ...config.
profileGet
(
'inbox'
) }) }