Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Function/Function"

Index

Type aliases

Type aliases

Function

Function<P, R>: function & _Function

Alias to create a Function

Type parameters

  • P: any[]

    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

Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.