Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/print"

Index

Variables

Functions

Variables

Const pkg

pkg: "atomist" = "atomist"

CLI package

Functions

error

  • error(msg: string): void
  • Print error message to stderr.

    Parameters

    • msg: string

      message to print

    Returns void

info

  • info(msg: string): void
  • Print informational message to stdout.

    Parameters

    • msg: string

      message to print

    Returns void

log

  • log(msg: string): void
  • Print message to stdout.

    Parameters

    • msg: string

      message to print

    Returns void

warn

  • warn(msg: string): void
  • Print warning message to stdout.

    Parameters

    • msg: string

      message to print

    Returns void

Generated using TypeDoc