Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method Interface.prototype.[Symbol.asyncIterator]
import { Interface } from "https://deno.land/std@0.147.0/node/internal/readline/interface.mjs";

Creates an AsyncIterator object that iterates through each line in the input stream as a string.