UNPKG
hubs
Version:
latest (0.0.1)
0.0.1
``` Caryl ------ courier3 / \ / \ courier1 courier2
hubs
/
src
/
defaultProtocols
/
static.js
8 lines
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= {
name
:
'static'
,
realize
:
function
(
conf
){ conf.
protocol
=
undefined
conf.
requestor
=
undefined
return
Promise
.
resolve
(conf) } }