• Clears the terminal by updating the last cursor position and returning undefined.

    Returns Promise<undefined>

    Example

    const clear = async () => {
    await clearTerminal();
    };

    See

    db.history.count

Generated using TypeDoc