UNPKG

@dataunlocker/defender

Version:

DataUnlocker core module that protects your web app's analytics.

5 lines (4 loc) 222 B
export declare const fatalError: (error: string | Error) => never; export declare const log: (...log: any[]) => void; export declare const info: (...log: any[]) => void; export declare const warn: (...log: any[]) => void;