文件名称:templex:非常轻量级的字符串模板库
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-19 06:16:28
JavaScript
太阳穴 非常轻量级的字符串模板库 用法 const templex = require("pecas-templex"); var str = "This is a <|obj|> that needs replacing"`; templex.compile(str, {"obj": "piece of data"}); // result -> "This is a piece of data that needs replacing"
【文件预览】:
templex-master
----templex.js(844B)
----package.json(1KB)
----LICENSE(1KB)
----package-lock.json(70B)
----examples()
--------index.js(317B)
--------a.tpx(94B)
--------b.tpx(132B)
----README.md(279B)