UNPKG

react-native-kochava-measurement

Version:

A lightweight and easy to integrate SDK, providing first-class integration with Kochava’s installation attribution and analytics platform.

4 lines (3 loc) 188 B
export declare const setCookie: (name: string, value: string) => void; export declare const getCookie: (name: string) => string; export declare const deleteCookie: (name: string) => void;