1
0
Fork 0
mirror of synced 2024-06-14 00:14:39 +12:00
budibase/packages/server/src/jsRunner/bundles/index-helpers.ts
Adria Navarro 1dbcaf60d8 Lint
2024-02-06 10:28:06 +01:00

11 lines
327 B
TypeScript

import { getJsHelperList } from "@budibase/string-templates/js-helpers"
const helpers = getJsHelperList()
export default {
...helpers,
// pointing stripProtocol to a unexisting function to be able to declare it on isolated-vm
// @ts-ignore
// eslint-disable-next-line no-undef
stripProtocol: helpersStripProtocol,
}