Preparing search index...
The search index is not available
atomic-fns
atomic-fns
functools
pipe
Function pipe
pipe
(
...
args
?:
any
[]
)
:
(
(
x
:
any
)
=>
any
)
This is just an alias for the
flow
function.
See
flow
Parameters
Optional
Rest
...
args:
any
[]
Returns
(
(
x
:
any
)
=>
any
)
(
x
:
any
)
:
any
Parameters
x:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Modules
atomic-
fns
collections
decimal
functools
globals
i18n
itertools
math
operators
random
string
Maybe
Optional
Result
bind
cache
call
Async
compose
curry
debounce
flow
memoize
once
partial
pipe
promisify
result
result
Async
throttle
Generated using
TypeDoc
This is just an alias for the flow function.
See
flow