Update split sample

This commit is contained in:
Sami Turcotte 2018-12-03 09:30:58 -05:00
parent 63c3681211
commit 48d261d387
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
const mhysa = require("mhysa");
let stream = mhysa.split(",");
const Mhysa = require("mhysa");
const stream = Mhysa.split(",");
const buf = Buffer.from("a,b,c");
stream.on("data", function(data) {
console.log(data);

View File

@ -2060,7 +2060,7 @@ meow@^5.0.0:
yargs-parser "^10.0.0"
mhysa@./:
version "0.6.0-beta.0"
version "1.0.1"
micromatch@^3.1.10, micromatch@^3.1.4:
version "3.1.10"