iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: IBBSPrintFunctions

core.IBBSPrintFunctions

Table of contents

Methods

Methods

pause

pause(optionsOrPrompt?): Promise<string>

Parameters

Name Type
optionsOrPrompt? string | IQPauseOptions

Returns

Promise<string>

Defined in

core/src/core.ts:74


wait

wait(ms?): Promise<void>

Parameters

Name Type
ms? number

Returns

Promise<void>

Defined in

core/src/core.ts:75