Skip to main content
Deno.build.target - Deno documentation
property Deno.build.target
The [LLVM](https://llvm.org/) target triple, which is the combination of `${arch}-${vendor}-${os}` and represent the specific build target that the current runtime was built for.

Type

string