@actualwave/call-if-function 中文文档教程
@actualwave/call-if-function
callIfFunction
接受多个参数并检查第一个。 如果它是一个函数,它将被传递给它的其他参数调用(就像 Function.call() 一样) 如果它不是一个函数,那么将返回第一个参数的值。
我在反应组件中使用它,以检查组件子项是反应节点还是渲染器函数。
@actualwave/call-if-function
callIfFunction
accepts multiple arguments and checks first one. If it is a function, it will be called with other arguments passed to it(just like for Function.call()) If it is not a function, then value from first argument wil be returned.
I use it in react components, to check if component children are react nodes or a renderer function.