variable Deno.build
Information related to the build of the current Deno runtime.
Users are discouraged from code branching based on this information, as assumptions about what is available in what build environment might change over time. Developers should specifically sniff out the features they intend to use.
The intended use for the information is for logging and debugging purposes.
Properties #
The LLVM target triple, which is the combination
of ${arch}-${vendor}-${os}
and represent the specific build target that
the current runtime was built for.
The operating system that the Deno CLI was built for. "darwin"
is
also known as OSX or MacOS.