Update split sample
This commit is contained in:
parent
63c3681211
commit
48d261d387
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user