From f12b82e183d1af75d434938f248fd81781c2ab50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20Sj=C3=B6green?= Date: Mon, 10 May 2021 22:12:42 +0200 Subject: fix(cli): typings for `Deno.os.arch` (#10541) --- cli/dts/lib.deno.ns.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/dts/lib.deno.ns.d.ts') diff --git a/cli/dts/lib.deno.ns.d.ts b/cli/dts/lib.deno.ns.d.ts index 9841350d3..664fcd5a4 100644 --- a/cli/dts/lib.deno.ns.d.ts +++ b/cli/dts/lib.deno.ns.d.ts @@ -2285,7 +2285,7 @@ declare namespace Deno { /** The LLVM target triple */ target: string; /** Instruction set architecture */ - arch: "x86_64"; + arch: "x86_64" | "aarch64"; /** Operating system */ os: "darwin" | "linux" | "windows"; /** Computer vendor */ -- cgit v1.2.3