let GoogleAnalytics = (() => { function getGoogleAnalyticsScript(tagId) { return "" + ""; } return { getGoogleAnalyticsScript: getGoogleAnalyticsScript }; })(); module.exports = GoogleAnalytics;