Detalhes do pacote

pull-randomly-split

dominictarr15MIT1.0.4

split incomming buffers randomly, to test parsers

readme (leia-me)

pull-randomly-split

randomly split incoming buffers, to test that parsing works correctly.


pull(
  pull.values(crypto.randomBytes(1024*1024)),
  randomSplit(1024, 2096),
  pull.collect(function () {


  })
)

License

MIT