diff --git a/packages/string-templates/src/index.js b/packages/string-templates/src/index.js index ef2c2dc303..3636c0a456 100644 --- a/packages/string-templates/src/index.js +++ b/packages/string-templates/src/index.js @@ -400,6 +400,4 @@ const errors = require("./errors") // We cannot use dynamic exports, otherwise the typescript file will not be generating it module.exports.JsErrorTimeout = errors.JsErrorTimeout - module.exports.helpersToRemoveForJs = helpersToRemoveForJs -