UNPKG
egg-kit
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
github.com/inlym/egg-kit
inlym/egg-kit
egg-kit
/
agent.js
10 lines
(7 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
const
launch =
require
(
'./lib/launch.js'
)
module
.
exports
=
(
agent
) =>
{
if
(agent.
config
.
kit
.
agent
) {
launch
(agent) } }