1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
budibase/packages/string-templates/src/iife.ts

3 lines
93 B
TypeScript

export const iifeWrapper = (script: string) => {
return `(function(){\n${script}\n})();`
}