UNPKG
pfalfa
Version:
latest (0.1.11)
0.1.11
Command Line Interface Pfalfa
github.com/eksant/cli-pfalfa
eksant/cli-pfalfa
pfalfa
/
src
/
utils
/
index.js
9 lines
(7 loc)
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
db =
require
(
'./db'
)
const
api =
require
(
'./api'
)
const
msg =
require
(
'./msg'
)
// const gundb = require('./gundb')
// const killpid = require('./killpid')
module
.
exports
= { api, msg, db }
// module.exports = { api, msg, db, gundb, killpid }