UNPKG

@amplitude/analytics-browser

Version:
10 lines 1.15 kB
/* eslint-disable @typescript-eslint/unbound-method */ import client from './browser-client-factory'; export { createInstance } from './browser-client-factory'; export var add = client.add, extendSession = client.extendSession, flush = client.flush, getDeviceId = client.getDeviceId, getIdentity = client.getIdentity, getOptOut = client.getOptOut, getSessionId = client.getSessionId, getUserId = client.getUserId, groupIdentify = client.groupIdentify, identify = client.identify, init = client.init, logEvent = client.logEvent, remove = client.remove, reset = client.reset, revenue = client.revenue, setDeviceId = client.setDeviceId, setGroup = client.setGroup, setOptOut = client.setOptOut, setSessionId = client.setSessionId, setTransport = client.setTransport, setUserId = client.setUserId, track = client.track, _setDiagnosticsSampleRate = client._setDiagnosticsSampleRate; export { AmplitudeBrowser } from './browser-client'; export { runQueuedFunctions } from './utils/snippet-helper'; export { Revenue, Identify } from '@amplitude/analytics-core'; import * as Types_1 from './types'; export { Types_1 as Types }; //# sourceMappingURL=index.js.map