5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
import { SonicBoom } from '../../'
|
|
|
|
const sonic = new SonicBoom({ fd: process.stdout.fd })
|
|
sonic.write('hello sonic\n')
|