()
| 7 | const name = 'hubspot' |
| 8 | |
| 9 | const logMessage = () => { |
| 10 | console.log(`${name} not available in node.js yet. Todo implement https://www.npmjs.com/package/hubspot`) |
| 11 | } |
| 12 | |
| 13 | /* Export the integration */ |
| 14 | function hubSpotPlugin(userConfig = {}) { |