Options
All
  • Public
  • Public/Protected
  • All
Menu

@azure/core-util

Package version

Index

Variables

Functions

Variables

Const isNode

isNode: false = false

A constant that indicates whether the environment the code is running is Node.JS. A constant that indicates whether the environment the code is running is Node.JS.

Functions

delay

  • delay(timeInMs: number): Promise<void>
  • A wrapper for setTimeout that resolves a promise after timeInMs milliseconds.

    Parameters

    • timeInMs: number

      The number of milliseconds to be delayed.

    Returns Promise<void>

    Promise that is resolved after timeInMs

Generated using TypeDoc