1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00
budibase/packages/string-templates/src/helpers/constants.js

22 lines
287 B
JavaScript
Raw Normal View History

module.exports.HelperFunctionBuiltin = [
"#if",
"#unless",
"#each",
"#with",
"lookup",
"log",
"blockHelperMissing",
"each",
"helperMissing",
"if",
"unless",
"log",
"lookup",
"with"
]
module.exports.HelperFunctionNames = {
OBJECT: "object",
ALL: "all",
}