PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/fp-ts/es6

Просмотр файла: FromThese.js

/**
 * The `FromThese` type class represents those data types which support errors and warnings.
 *
 * @since 2.11.0
 */
import { flow } from './function';
export function fromTheseK(F) {
    return function (f) { return flow(f, F.fromThese); };
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!