UNPKG

pi-test-data

Version:
9 lines (6 loc) 185 B
'use strict' const SonicBoom = require('.') const sonic = new SonicBoom({ fd: process.stdout.fd }) // or 'destination' for (let i = 0; i < 10; i++) { sonic.write('hello sonic\n') }