UNPKG

hash-transform

Version:

allows user to create a hash from an input stream as well as pipe stream to next input

8 lines (6 loc) 151 B
/** * Created by johnsonb on 10/1/2015. */ 'use strict'; var HashTransform = require('./lib/HashTransform'); module.exports = HashTransform;