Home Reference Source Repository

src/types/mf.js

/**
 * MF<T, U> - transformation function's type.
 * @public
 * @typedef {function(v: T): Pr<U>} MF<T,U>
 */
//Copyright (c) 2017 Alex Tranchenko. All rights reserved.