文件名称:node-fulfills:检查对象是否满足指定条件
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-14 14:40:06
validation grammar comparison pegjs conditions
履行 检查对象是否满足指定条件 要求 至少需要Node.js 10.x 安装 npm install fulfills --save 用法 const fulfills = require ( 'fulfills' ) ; const obj = { property : { subproperty : 'value' } } ; // Performant option – useful if the same condition is used over and over again const condition = fulfills . compileCondition ( 'property.subproperty = value OR property.subproperty = 123' ) ; if ( fulfills ( obj , condition ) )
【文件预览】:
node-fulfills-main
----.eslintrc(45B)
----.github()
--------FUNDING.yml(89B)
--------workflows()
----.npmignore(101B)
----condition-parser.pegjs(2KB)
----LICENSE(1KB)
----test()
--------fulfills.spec.js(6KB)
--------.eslintrc(86B)
--------parser.spec.js(4KB)
--------complex.js(2KB)
----README.md(4KB)
----SECURITY.md(283B)
----renovate.json(39B)
----.editorconfig(147B)
----.gitignore(183B)
----index.js(3KB)
----CHANGELOG.md(580B)
----.eslintignore(36B)
----package.json(2KB)