Andrea

Results 6 comments of Andrea

Thanks everybody for the support, I'll follow the advice to make my ts code to work. It would be nice having a documentation for Ramda ts api too.

> @adellamaggiora: We have people now looking into bringing the TS typings in-house. It's not clear how long that will take, but in the meantime, you might want to bring...

another ts compile error with the following code: ` const pluckObjectsProps = (data: Object[]) => R.pipe( R.pick, R.map(R.__, data) ) const data = [ { id: 1, name: 'Pippo', age:...

Thanks everybody for the support, I'll follow the advice to make my ts code to work. It would be nice having a documentation for Ramda ts api too.

> @adellamaggiora: We have people now looking into bringing the TS typings in-house. It's not clear how long that will take, but in the meantime, you might want to bring...

another ts compile error with the following code: ` const pluckObjectsProps = (data: Object[]) => R.pipe( R.pick, R.map(R.__, data) ) const data = [ { id: 1, name: 'Pippo', age:...