UNPKG

rsshub

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