I installed type definition file for Ramda (@types/ramda), when I write the following code, no complains: const gt5 = (x: number): boolean => x > 5 const ...
確定! 回上一頁