Skip to main content

arch

property Deno.build.arch

Instruction set architecture that the Deno CLI was built for.

"x86_64" | "aarch64"
Back to top