UNPKG

@hubspot/api-client

Version:

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

4 lines (3 loc) 90 B
export default interface IDecorator { decorate(method: any): (...args: any) => any; }