UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

8 lines (5 loc) 184 B
import test from 'ava' import { pthreadSupportAvailable } from '../../../dist/index-node.js' test('node pthread support available', (t) => { t.truthy(pthreadSupportAvailable()) })