如果常量 根据值的正确性执行代码块,同时还使该值可用于该块 安装 使用安装: $ npm install --save if-const 或您喜欢的任何其他方式。 用法 工作与正常的任何类型的条件if作品有。 允许在代码块中使用条件的结果(类似于C# out var语法)。 import ifConst from 'if-const' ; // a little function to simulate uncertanty of the result // it returns either null or an object const nullOrObj = ( ) => Mat