Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
8 lines
274 B
Plaintext
8 lines
274 B
Plaintext
//#region src/realtime/utils/generate-uid.d.ts
|
|
/**
|
|
* Fallback generator function to get increment id's for subscriptions
|
|
*/
|
|
declare function generateUid(): Generator<string, string, unknown>;
|
|
//#endregion
|
|
export { generateUid };
|
|
//# sourceMappingURL=generate-uid.d.cts.map |