Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "index"

Index

Functions

Functions

Const isObject

  • isObject<T>(value: unknown): value is {}
  • Return if the given value is a type object.

    This function gives the TypeScript compiler the typing-hint that the given value is possibly the type of the given T.

    Type parameters

    • T: object

    Parameters

    • value: unknown

    Returns value is {}

Generated using TypeDoc