UNPKG

@analytics/google-tag-manager

Version:

Google tag manager plugin for 'analytics' module

13 lines (9 loc) 286 B
function googleTagManager() { /* 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 as default };