19 lines
312 B
Plaintext
19 lines
312 B
Plaintext
|
|
||
|
{{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
|
||
|
--------
|
||
|
|