Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

HttpOrHttpsServer

HttpOrHttpsServer: http.Server | https.Server
since

2.0.14

version

2021-03-19

Variables

Const AnsiUpInstance

AnsiUpInstance: default = ...

Const Chalk

Chalk: Chalk = ...
since

1.2.3

version

2019-11-13

Const IsWin32

IsWin32: boolean = ...
since

1.1.21

version

2018-11-05

Const Platform

Platform: Platform = ...
since

1.1.21

version

2018-11-05

Functions

GetEnv

  • GetEnv(name: string): undefined | string
  • process.env

    since

    2.0.14

    version

    2021-03-19

    Parameters

    • name: string

    Returns undefined | string

IS_DEV

  • IS_DEV(): boolean
  • check process.env.NODE_ENV

    since

    2.0.14

    version

    2021-03-19

    Returns boolean

NODE_ENV

  • NODE_ENV(): undefined | string
  • process.env.NODE_ENV

    since

    2.0.14

    version

    2021-03-19

    Returns undefined | string

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Interface
  • Interface with type parameter
  • Enumeration
  • Class

Generated using TypeDoc