UNPKG

react-native-blob-util

Version:

A module provides upload, download, and files access API. Supports file stream read/write for process large files.

5 lines (4 loc) 146 B
export default function getUUID() { return Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15); }