cond-flow:Elixir样式cond可简化javascript控制流程

时间:2024-03-29 12:42:03
【文件属性】:

文件名称:cond-flow:Elixir样式cond可简化javascript控制流程

文件大小:71KB

文件格式:ZIP

更新时间:2024-03-29 12:42:03

utilities flow-control conditions JavaScript

气流 受启发,这是的更简单替代方案 安装 通过npm或yarn安装 yarn add cond-flow 或者 npm i cond-flow 原料药 type Cond = ( pairs : Array < [ boolean , unknown | ( ( ) => unknown ) ] > , options : { strict : boolean } ) => unknown 用法 import cond from 'cond-flow' const value = cond ( [ [ false , 'false' ] , [ true , 'true' ] , [ true , 'true but too late' ] ] ) // value === 'true' 您可以通过将选项作为第二个参数传递来禁用严格检查: import cond f


【文件预览】:
cond-flow-master
----.eslintrc(115B)
----package.json(695B)
----.prettierrc(87B)
----src()
--------index.js(307B)
--------index.spec.js(1KB)
----.npmignore(15B)
----.gitignore(28B)
----.circleci()
--------config.yml(361B)
----README.md(2KB)
----yarn.lock(170KB)

网友评论