UNPKG

@unifygtm/intent-client

Version:

JavaScript client for interacting with the Unify Intent API in the browser.

8 lines (5 loc) 259 B
/// <reference types="@types/js-cookie" /> /// <reference types="@types/uuid" /> /// <reference types="user-agent-data-types" /> export { UnifyIntentClientConfig } from './types'; export { default as UnifyIntentClient } from './client/unify-intent-client';