UNPKG

@dandre3000/is-main-thread

Version:

Check if javascript code is running in the main thread or in a worker thread. This module is compatible with web browsers, bun, deno and node.js.

2 lines 117 B
/** Is true if this code is not running inside of a Worker thread. */ export const isMainThread = !!Bun?.isMainThread