UNPKG

@rankwave/nodejs-util

Version:
15 lines (12 loc) 182 B
// jshint esversion: 6 /** * http://usejsdoc.org/ */ 'use strict'; [ 'common', 'encoder', 'stream', 'http' ] .forEach((path) => module.exports[path] = require(`./${path}`));