method Readline.prototype.commit Usage in Deno```typescript import { Readline } from "node:node__readline--promises.d.ts"; ``` Readline.prototype.commit(): Promise<void> The `rl.commit()` method sends all the pending actions to the associated `stream` and clears the internal list of pending actions. Return Type Promise<void>