UNPKG

reactant-share

Version:

A framework for building shared web applications with Reactant

7 lines (5 loc) 249 B
var createId = function () { return Math.random().toString(36).slice(2); }; // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore var isSharedWorker = !!globalThis.SharedWorkerGlobalScope; export { createId, isSharedWorker };