import { open } from 'fs/promises'; const fd = await open('/dev/input/event0'); // Create a stream from some character device. const stream = fd.
確定! 回上一頁