strong-tie/inbound-calls
0
1'use strict'2 3const SonicBoom = require('.')4const sonic = new SonicBoom({ fd: process.stdout.fd }) // or 'destination'5 6for (let i = 0; i < 10; i++) {7 sonic.write('hello sonic\n')8}9 1'use strict'2 3const SonicBoom = require('.')4const sonic = new SonicBoom({ fd: process.stdout.fd }) // or 'destination'5 6for (let i = 0; i < 10; i++) {7 sonic.write('hello sonic\n')8}9