Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "cmake-tools"

Index

Enumerations

Classes

Variables

Variables

Const BUILD_LOGGER

BUILD_LOGGER: Logger = logging.createLogger('build')

Const CMAKE_LOGGER

CMAKE_LOGGER: Logger = logging.createLogger('cmake')

Const log

log: Logger = logging.createLogger('main')

Const open

open: function = require('open') as ((url: string, appName?: string, callback?: Function) => void)

Type declaration

    • (url: string, appName?: undefined | string, callback?: Function): void
    • Parameters

      • url: string
      • Optional appName: undefined | string
      • Optional callback: Function

      Returns void

Generated using TypeDoc