time-to-botec/squiggle/node_modules/@stdlib/os/num-cpus/docs/repl.txt

19 lines
312 B
Plaintext
Raw Normal View History

{{alias}}
Number of CPUs.
In browser environments, the number of CPUs is determined by querying the
hardware concurrency API.
In Node.js environments, the number of CPUs is determined via the `os`
module.
Examples
--------
> {{alias}}
<number>
See Also
--------