compose

v1.0.0arrow_drop_down
v1.0.0
v0.0.1
STATUS
Passing
DOWNLOADS
53
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
7 years ago
SIZE
531 B
compose functions into one function from right to left
2 contributors
Install compose as a package?
Copied
npm i @bit/bit.utils.function.compose
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
chevron_left
chevron_right
compose (
functions:Array<function>
) : function

compose functions into one function from right to left

Argument
functions: Array<function>
Returns
function

Test Summary

compose the compose function should exist

Pass

compose should compose two functions from right to left

Pass

compose should compose three functions from right to left

Pass
Help and resources