UNPKG
@rankwave/nodejs-util
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
nodejs-util
github.com/RANKWAVE/nodejs-util
RANKWAVE/nodejs-util
@rankwave/nodejs-util
/
index.js
15 lines
(12 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// jshint esversion: 6
/** * http://usejsdoc.org/ */
'use strict'
; [
'common'
,
'encoder'
,
'stream'
,
'http'
] .
forEach
(
(
path
) =>
module
.
exports
[path] =
require
(
`./
${path}
`
));