Home > @lndsld/fp > Transform
Declaration for transform from A to B
Signature:
declare type Transform<A, B = A> = (value: A) => B;