@gabriel-sisjr/react-native-background-location
Version:
React Native library for background location tracking using TurboModules. Track user location even when the app is minimized or in the background.
11 lines • 473 B
TypeScript
/**
* Utility functions for object manipulation
*/
/**
* Extracts all defined properties from a source object into a new object
* Only includes properties that are not undefined
* @param source - Source object to extract properties from
* @returns Object containing all defined properties (both required and optional)
*/
export declare function extractDefinedProperties<T extends Record<string, any>>(source: T): Partial<T>;
//# sourceMappingURL=objectUtils.d.ts.map