... getFriends(userA).map(getFriends); If you wanted to use Ramda and fp-ts, you would also write this as the following: import { pipe } from "ramda"; ...
確定! 回上一頁