UNPKG

rx-player

Version:
6 lines (5 loc) 163 B
/** * `true` if the current code is running in a WebWorker. */ export default typeof WorkerGlobalScope !== "undefined" && self instanceof WorkerGlobalScope;