UNPKG

reactant-share

Version:

A framework for building shared web applications with Reactant

6 lines (4 loc) 212 B
export const createId = () => Math.random().toString(36).slice(2); // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore export const isSharedWorker = !!globalThis.SharedWorkerGlobalScope;