1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00
budibase/packages/string-templates/src/helpers/constants.js

22 lines
288 B
JavaScript
Raw Normal View History

module.exports.HelperFunctionBuiltin = [
"#if",
"#unless",
"#each",
"#with",
"lookup",
"log",
"blockHelperMissing",
"each",
"helperMissing",
"if",
"unless",
"log",
"lookup",
2021-01-22 06:30:51 +13:00
"with",
]
module.exports.HelperFunctionNames = {
OBJECT: "object",
ALL: "all",
}