interface Output {
    log: ((str) => void);
}

Properties

Properties

log: ((str) => void)

Type declaration

    • (str): void
    • Parameters

      • str: string

      Returns void