IInline12$Typings extension

on

Properties

arch Arch

Available on IInline12, provided by the IInline12$Typings extension

Instruction set architecture that the Deno CLI was built for.
getter/setter pair
env String?

Available on IInline12, provided by the IInline12$Typings extension

Optional environment flags that were set for this build of Deno CLI.
getter/setter pair
os Os

Available on IInline12, provided by the IInline12$Typings extension

The operating system that the Deno CLI was built for. "darwin" is also known as OSX or MacOS.
getter/setter pair
target String

Available on IInline12, provided by the IInline12$Typings extension

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

Available on IInline12, provided by the IInline12$Typings extension

The computer vendor that the Deno CLI was built for.
getter/setter pair