UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

9 lines 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class BaseDiscovery { constructor(config = {}) { this.config = config; } } exports.default = BaseDiscovery; //# sourceMappingURL=BaseDiscovery.js.map