Skip to main content
Interface.prototype.resume - readline - Node documentation
method Interface.prototype.resume

Usage in Deno

import { Interface } from "node:readline";
Interface.prototype.resume(): this

The rl.resume() method resumes the input stream if it has been paused.

Return Type

this