import { MapperTwo } from './index' export const getMapperOneTupleFromMapperTwo = (func: MapperTwo) => ([a, b]: [A, B]) => func(a, b)