decision-table:表格布局中的紧凑决策逻辑

时间:2024-06-30 11:35:27
【文件属性】:

文件名称:decision-table:表格布局中的紧凑决策逻辑

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-30 11:35:27

JavaScript

决策表 当你不想要很多丑陋的 if 语句时。 在类似表格的布局中提供紧凑的决策逻辑。 安装 npm i decision-table 用法 var DecisionTable = require('decision-table') var table = new DecisionTable( ['type', 'count', 'applied', 'emotion'], [ ['a', 1, true, 'happy', 1], ['a', 1, true, 'sad', 2], ['a', 1, false, 'happy', 3], ['a', 1, false, 'sad', 4], ['a', 2, true, 'happy', 5], ['a', 2, true, 'sad', 6], ['


【文件预览】:
decision-table-master
----test()
--------basic.js(1KB)
----README.md(2KB)
----.editorconfig(216B)
----.gitignore(13B)
----index.js(1KB)
----package.json(464B)

网友评论