UNPKG

@rudderstack/rudder-integration-appsflyer-react-native

Version:

Rudder React Native SDK Appsflyer Device mode support for Android and iOS

5 lines (4 loc) 220 B
declare function isStringArray(elements: any): boolean; declare function isString(element: any): element is string; declare function getStringArray(element: any): any; export { isString, isStringArray, getStringArray };