@actualwave/call-if-function 中文文档教程

发布于 5年前 浏览 5 项目主页 更新于 3年前

@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.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文