diff --git a/NOTICE b/NOTICE index 9f4c4679e5..56f50806c1 100644 --- a/NOTICE +++ b/NOTICE @@ -46,6 +46,7 @@ under the licensing terms detailed in LICENSE: * mooooooi * Yasushi Ando * Syed Jafri +* Peter Hayman Portions of this software are derived from third-party works licensed under the following terms: diff --git a/std/assembly/index.d.ts b/std/assembly/index.d.ts index 8f9fda79fb..57d7b2a062 100644 --- a/std/assembly/index.d.ts +++ b/std/assembly/index.d.ts @@ -1405,6 +1405,7 @@ declare const F32: typeof _Float; declare const F64: typeof _Float; /** Alias of F64. */ declare const Number: typeof F64; +declare type Number = typeof F64; // User-defined diagnostic macros