Alias to create a Function
parameters
return type
Function
import {F} from 'ts-toolbelt' type test0 = F.Function<[string, number], boolean> /// (args_0: string, args_1: number) => boolean
Alias to create a Function