Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "plugin/push/util"

Index

Type aliases

Callback

Callback: function

Type declaration

    • (error?: Error): void
    • Parameters

      • Optional error: Error

      Returns void

FinishHandle

FinishHandle: function

Type declaration

    • (totalCount: number, successCount: number, failCount: number): any
    • Parameters

      • totalCount: number
      • successCount: number
      • failCount: number

      Returns any

ParallelFn

ParallelFn: function

Type declaration

    • (...args: any[]): Promise<any>
    • Parameters

      • Rest ...args: any[]

      Returns Promise<any>

Variables

Const waiting

waiting: Callback[] = []

Functions

blod

  • blod(str: string): string

green

  • green(str: string): string

grey

  • grey(str: string): string

parallelFactory

requireEmail

  • requireEmail(authApi: any, validateApi: any, prevError: any, cb: Callback): void

requireToken

  • requireToken(validateApi: any, info: any, cb: any): void

resolve

  • resolve(err?: Error): void

wait

  • wait(time: any): Promise<Object>

yellow

  • yellow(str: string): string

Object literals

Const Text

Text: object

blod

blod: blod

green

green: green

grey

grey: grey

yellow

yellow: yellow

Generated using TypeDoc