@flow function concat(a: string, b: string): string { return a + b; } ... Here you can see the syntax for arrow functions with and without types added.
確定! 回上一頁