UNPKG

@hyper-fetch/core

Version:

Cache, Queue and Persist your requests no matter if you are online or offline!

4 lines (3 loc) 145 B
export const getUniqueRequestId = (key: string) => { return `${key}_${Date.now().toString(36)}_${Math.random().toString(36).substring(2)}`; };