文件名称:handlebars-helper-is:一个 handlebars helper `is` 判断实现
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-10 13:37:01
JavaScript
handlebars-helper-is 一个 的 is helper 实现. 兼容 handlebars v1.1.0 以上版本 用法 比较两个参数是否相等,非严格模式: 5 == "5" {{#is x y}} ... {{else}} ... {{/is}} 已经内置的几个语法: in (检查值是否在一组数据中,第三个参数是一个以逗号分隔的字符串或数组) // 宽松的相等比较 {{#is x y}} ... {{else}} ... {{/is}} // 判断 x 是否存在与数组中 {{#is x "in" "foo,bar"}} ... {{else}} ... {{/is}} {{#is x "in" anArray}} ... {{else}} ... {{/is}} // anArray = [1,3,4,5] LICENSE The MIT License (MIT) 感
【文件预览】:
handlebars-helper-is-master
----.travis.yml(57B)
----helper-is.js(1KB)
----package.json(678B)
----test()
--------helpersTest.js(3KB)
----dist()
--------handlebars-helper-is()
----.gitignore(34B)
----README.md(845B)