Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Function

Function<P, R>: function

Alias to create a Function

Type parameters

  • P: List

    parameters

  • R: any

    return type

returns

Function

example

import {F} from 'ts-toolbelt'

type test0 = F.Function<[string, number], boolean>
/// (args_0: string, args_1: number) => boolean

  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.