Skip to content

Function: text() ​

text(message, placeholder, validate): Effect<string | symbol, Error, never>

Defined in: packages/validate-openalex/src/prompt/input.ts:98

Parameters ​

message ​

string

placeholder ​

string

validate ​

(value) => string | Error | undefined

Returns ​

Effect<string | symbol, Error, never>