UNPKG

@teamsparta/cross-platform-logger

Version:

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

14 lines (13 loc) 349 B
export declare class HackleLog { private _client; constructor(hackle_key: string); getHackleUserData: () => { id: string | undefined; deviceId: string | undefined; } | { userId: string; id: string | undefined; deviceId: string | undefined; }; send: (key: string, data?: {}) => void; }