()
| 5 | const pluginName = 'simple-analytics' |
| 6 | |
| 7 | const noOp = () => console.log(`No ${pluginName} node implementation`) |
| 8 | |
| 9 | function simpleAnalyticsPlugin(userConfig) { |
| 10 | // Allow for userland overides of base methods |
nothing calls this directly
no outgoing calls
no test coverage detected