RSSHub/lib/utils/is-worker.worker.ts

3 lines
74 B
TypeScript

// In Worker build, isWorker is always true
export const isWorker = true;