Preparing search index...
The search index is not available
@supuwoerc/utils
@supuwoerc/utils
core
flowFunc
Function flowFunc
flow
Func
(
...
funcs
)
:
(
(
this
,
...
args
)
=>
any
)
将多个函数从左到右组合成一个函数,每个函数会消费前一个函数的返回值。
Throws
如果任意一个参数不是函数,则抛出类型错误。
Parameters
Rest
...
funcs
:
Function
[]
Returns
(
(
this
,
...
args
)
=>
any
)
组合后的新函数。
(
this
,
...
args
)
:
any
Parameters
this
:
any
Rest
...
args
:
any
[]
Returns
any
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@supuwoerc/utils
core
Storage
clear
All
Cookie
ensure
Prefix
ensure
Suffix
flow
Func
generateUUID
get
Array
Item
get
Cookie
get
Query
Param
get
Query
Params
move
Array
Item
remove
Array
Item
save
File
set
Cookie
swap
Array
Item
to
String
uniq
unique
By
core/types
Equal
Func
Storage
Options
css
add
Class
get
Element
Selector
has
Class
remove
Class
tree
array2
Tree
get
Parents
get
Target
From
Tree
tree2
Array
tree/types
Tree
Node
Equal
Func
Tree
vendor
debounce
throttle
verdict
is
Boolean
is
Date
is
Defined
is
Function
is
Http
Or
Https
is
Mobile
is
Null
is
Number
is
Object
is
Pc
is
Reg
Exp
is
String
is
Support
Font
Family
is
Undefined
Generated using
TypeDoc
将多个函数从左到右组合成一个函数,每个函数会消费前一个函数的返回值。
Throws