api/interfaces/itextterminal
Globals / ITextTerminal
Interface: ITextTerminal
Hierarchy
ITextTerminal
Index
Methods
Methods
getStrLn
▸ getStrLn(question?
: undefined | string): QIO<string>
Defined in packages/console/lib/Console.ts:9
Parameters:
Name | Type | |
---|---|---|
question? | undefined \ | string |
Returns: QIO<string>
putStrLn
▸ putStrLn(...t
: unknown[]): QIO<void>
Defined in packages/console/lib/Console.ts:10
Parameters:
Name | Type |
---|---|
...t | unknown[] |
Returns: QIO<void>