UNPKG

@datadog/mobile-react-native

Version:

A client-side React Native module to interact with Datadog

8 lines 390 B
/** * Validates the given context before passing it to the native SDKs. * @param context the original context * @returns the original context if it's a plain object, an object wrapping the context if it's an array, * or an empty object if the context is of any other type. */ export declare const validateContext: (context: any) => any; //# sourceMappingURL=argsUtils.d.ts.map