functiongoogleTagManager() {
/* returns noOp because no server side implementation exists */return {
name: 'google-tag-manager'
};
}
/* This module will shake out unused code and work in browser and node 🎉 */var index = googleTagManager;
export { index asdefault };