update
This commit is contained in:
parent
d9becc67b6
commit
9308795b8b
964 changed files with 104265 additions and 16 deletions
8
node_modules/sonic-boom/example.js
generated
vendored
Normal file
8
node_modules/sonic-boom/example.js
generated
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
'use strict'
|
||||
|
||||
const SonicBoom = require('.')
|
||||
const sonic = new SonicBoom(process.stdout.fd) // or 'destination'
|
||||
|
||||
for (var i = 0; i < 10; i++) {
|
||||
sonic.write('hello sonic\n')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue