@launchdarkly/react-native-client-sdk
Version:
React Native LaunchDarkly SDK
10 lines • 396 B
TypeScript
/**
* To avoid dependencies on uuid, this is good enough for now.
* Ripped from the react-native repo:
* https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Blob/BlobManager.js#L27
*
* Based on the rfc4122-compliant solution posted at
* http://stackoverflow.com/questions/105034
*/
export default function uuidv4(): string;
//# sourceMappingURL=uuid.d.ts.map