Options
All
  • Public
  • Public/Protected
  • All
Menu

type-signals

Index

Type aliases

ArgumentTypes

ArgumentTypes<T>: ArgumentTypes<T>

Helper to deduce the argument types of a function.

Type parameters

  • T

ReplaceReturnType

ReplaceReturnType<T, TNewReturn>: function

Helper to replace the return type of a function with a different value.

Type parameters

  • T

  • TNewReturn

Type declaration

WithBoolReturn

WithBoolReturn<T>: ReplaceReturnType<T, boolean>

Helper to replace the return type of a function with boolean.

Type parameters

  • T

WithVoidReturn

WithVoidReturn<T>: ReplaceReturnType<T, void>

Helper to replace the return type of a function with void.

Type parameters

  • T

Generated using TypeDoc