interface Output {
    log(str): void;
}

Methods

Methods

  • Parameters

    • str: string

    Returns void

Generated using TypeDoc