文件名称:tag-reduce:将标记的模板文字减少为单个值
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-22 08:31:44
reduce template-literals tagged-template-literals JavaScript
标签减少 创建功能强大的带,允许您在输出之前可以操纵嵌入的表达式,多行字符串和字符串插值。 与一起使用,以构建最终的模板引擎! 用法 import reduce from 'tag-reduce' const who = 'world' var template = reduce ( ) template `hello ${ who } !` // => hello world! var template = reduce ( arg => arg . toUpperCase ( ) ) template `hello ${ who } !` // => hello WORLD! 安装 npm install tag-reduce --save 问题 如有疑问和反馈,请使用我们的。 对于支持,错误报告和/或功能请求,请确保阅读我们的并使用此存储库的问题列表,并确保它尚未出现在我们的报告
【文件预览】:
tag-reduce-master
----.travis.yml(39B)
----index.js(371B)
----package.json(686B)
----test()
--------tag-reduce.js(919B)
----LICENSE(1KB)
----.gitignore(914B)
----README.md(3KB)