plinth/node/readlines
Types
pub type PromiseInterface
Values
pub fn close(
interface: PromiseInterface,
) -> promise.Promise(String)
pub fn create_interface(
completer: fn(String) -> #(array.Array(String), String),
history: array.Array(String),
) -> PromiseInterface
pub fn question(
interface: PromiseInterface,
prompt: String,
) -> promise.Promise(String)