Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "utils"

Index

Functions

Const isCommonServer

  • isCommonServer(thing: unknown): thing is ServerLike

Const isExpressListener

  • isExpressListener(thing: unknown): thing is ExpressListenerLike

Const isExpressServer

  • isExpressServer(thing: unknown): thing is NativeServerLike

Const isListener

  • isListener(thing: unknown): thing is ListenerLike

Const isServer

  • isServer(thing: unknown): thing is ServerLike

Const isStdLegacyServer

  • isStdLegacyServer(thing: unknown): thing is LegacyServerLike

Const isStdNativeServer

  • isStdNativeServer(thing: unknown): thing is NativeServerLike

Const isString

  • isString(thing: unknown): thing is string

Generated using TypeDoc