UNPKG
@actionforest/dispatch
Version:
latest (0.1.0)
0.1.0
0.0.1
Cross server task dispach for ActionForest
github.com/actionforest/Dispatch
actionforest/Dispatch
@actionforest/dispatch
/
Modules
/
RPCReply.d.ts
9 lines
(8 loc)
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@file
RPCReply
*
@author
Jim Bulkowski <jim.b
@paperelectron
.com> *
@project
Dispatch
*
@license
MIT {
@link
http://opensource.org/licenses/MIT} */
import
Bluebird
from
'bluebird'
;
export
declare
const
RpcReply
:
(
channel
:
any
) =>
(
msg
:
any
,
options
:
any
) =>
Bluebird
<
any
>;