The process
object provide the information about the process.
<string>
ex) 'arm', 'x64', ...
The system architecture which the Kaluma firmware is compiled.
<string>
ex) 'linux', 'darwin', 'unknown', ...
The OS system which the Kaluma firmware is running.
<string>
version number, semver format. ex) '0.1.0', ...
<string[]>
array of built-in module names.
There's no need to use require
before using the built-in module.
builtin_module_name
<string>
Returns: <function>
load the builtin module and return the module as a function
native_module_name
<string>
Returns: <function>
load a native module
Has properties : binding has native module names as properties