IInline12$Typings extension

on

Properties

arch Arch
Instruction set architecture that the Deno CLI was built for.
getter/setter pair
env String?
Optional environment flags that were set for this build of Deno CLI.
getter/setter pair
os Os
The operating system that the Deno CLI was built for. "darwin" is also known as OSX or MacOS.
getter/setter pair
target String
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.
getter/setter pair
vendor String
The computer vendor that the Deno CLI was built for.
getter/setter pair