Type of lambda expression with single argument
Type of outcome result. void type by default.
let helloWorldExp: Lambda<string> = (): string => "Hello world";
Generated using TypeDoc
Type of lambda expression with single argument