@hoover-institution/hubspot-lib
Version:
A toolkit for deep integration with HubSpot's Marketing Events API with a plugin-based architecture.
11 lines (9 loc) • 335 B
TypeScript
// types/resolveHooks.d.ts
/**
* Resolves an array of plugin names into a combined bitmask.
* Each plugin name will be registered if not already defined.
*
* @param names - List of plugin names to enable
* @returns Bitmask value representing all requested plugin flags
*/
export function resolveHooks(names?: string[]): number;