Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "service/index"

Index

Type aliases

CallbackHandleFunction

CallbackHandleFunction<T>: function

Type parameters

  • T

Type declaration

CallbackRequestFunction

CallbackRequestFunction<T>: function

Type parameters

  • T

Type declaration

Variables

Const DEBUG

DEBUG: any = debugLog('orion:service')

Functions

isThenable

  • isThenable<T>(object: any): boolean
  • Checks if the object is thenable (a promise).

    Type parameters

    • T

    Parameters

    • object: any

      Anything that can be thenable.

    Returns boolean

noop

  • noop(): void

trueEnv

  • trueEnv(envName: string): boolean
  • Checks if a environment variable is true or 1.

    Parameters

    • envName: string

      The name of the environment variable.

    Returns boolean

uniqueName

  • uniqueName(name: string, uniqueID: string): string

Generated using TypeDoc