UNPKG

@functional-lib/kalendar

Version:

kalendar fp

11 lines (8 loc) 190 B
import {tagged} from 'daggy'; const ToDate = tagged('ToDate', ['f']); ToDate.prototype.contramap = function (f) { return ToDate( x => this.f(f(x)) ); }; module.exports = {ToDate};