UNPKG

@hoover-institution/hubspot-lib

Version:

A toolkit for deep integration with HubSpot's Marketing Events API with a plugin-based architecture.

14 lines (13 loc) 596 B
export { MarketingEvent, SUBSCRIBER_STATE, } from "./lib/hubspot/MarketingEvent.js"; export { EVENTS } from "./lib/core/events.js"; export { PLUGINS } from "./lib/core/plugins.js"; export { createPlugin } from "./lib/core/createPlugin.js"; export { resolveHooks } from "./lib/core/resolveHooks.js"; export { definePlugins } from "./lib/core/definePlugin.js"; export { castHook } from "./lib/core/pluginSDK.js"; export { loadPlugins } from "./lib/core/loadPlugins.js"; export { getPluginResults } from "./lib/core/plugins.js"; export { ContactManager } from "./lib/hubspot/ContactManager.js";