init component
This commit is contained in:
9
node_modules/fp-ts/es6/FromThese.js
generated
vendored
Normal file
9
node_modules/fp-ts/es6/FromThese.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* 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); };
|
||||
}
|
||||
Reference in New Issue
Block a user