Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "framework/procbot"

Index

Classes

Interfaces

Variables

Variables

exec

exec: function = Promise.promisify(ChildProcess.exec)

Type declaration

    • (command: string, options?: any): Promise<__type>
    • Parameters

      • command: string
      • Optional options: any

      Returns Promise<__type>

fsReadFile

fsReadFile: function = Promise.promisify(FS.readFile)

Type declaration

    • (arg1: A1): Bluebird<T>
    • Parameters

      • arg1: A1

      Returns Bluebird<T>

Generated using TypeDoc