UNPKG

rsshub

Version:
5 lines (4 loc) 158 B
//#region lib/utils/is-worker.ts const isWorker = globalThis.caches !== void 0 && globalThis.WebSocketPair !== void 0; //#endregion export { isWorker as t };