budibase/packages/string-templates/src/index-helpers.js

9 lines
253 B
JavaScript

const { getJsHelperList } = require("./helpers/list")
const helpers = getJsHelperList()
module.exports = {
...helpers,
// point stripProtocol to a unexisting function to be able to declare it on isolated-vm
stripProtocol: helpersStripProtocol,
}