UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

5 lines (4 loc) 134 B
export function isWebWorker() { return (typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope); }