UNPKG
activestack-gateway
Version:
latest (0.2.5)
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Socket server for ActiveStack
github.com/activestack/gateway
activestack/gateway
activestack-gateway
/
node_modules_OLD
/
injecterooski
/
injecterooski.js
9 lines
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Primary require point for Injecterooski. Exposes all of the rest of the classes to * users of the library. * *
@type
{{AppContext: exports}} */
module
.
exports
= { AppContext: require(
'./src/AppContext.js'
) }