UNPKG

@teamsparta/cross-platform-logger

Version:

```typescript import * as CPL from "@teamsparta/cross-platform-logger";

6 lines (5 loc) 407 B
import { Types } from "@amplitude/analytics-browser"; import BrowserOptions = Types.BrowserOptions; export declare const initCPLog: (flounder_key: string, amplitude_key: string, hackle_key: string, is_dev?: boolean, amplitude_browser_options?: BrowserOptions) => void; export declare const sendCPLog: (key: string, data?: {}, is_gtm?: boolean) => void; export declare const getAmplitudeInstance: () => any;