Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "index"

Index

Classes

Type aliases

Object literals

Type aliases

ScpOptions

ScpOptions: { connect: Config; destPath: string; srcPath?: string }

Type declaration

  • connect: Config

    node ssh connect config opiotns

  • destPath: string

    path of directory to upload source map to on the remote machine

  • Optional srcPath?: string

    path of directory to upload source map files from

Object literals

Const ERROR_MESSAGES

ERROR_MESSAGES: object

missingRequiredParam

  • missingRequiredParam(param: string): string
  • Parameters

    • param: string

    Returns string

Generated using TypeDoc