File SystemProcessRead from stdinIn Bun, the console object is an AsyncIterable that yields lines from stdin .Copy MarkdownOpenSpawn a child processUse Bun.spawn() to spawn a child process.Install TypeScript declarations for BunTo add TypeScript definitions for Bun's built-in APIs to your project, install @types/bun .