We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d884ac8 commit 21cb8bbCopy full SHA for 21cb8bb
NOTICE
@@ -46,6 +46,7 @@ under the licensing terms detailed in LICENSE:
46
* mooooooi <emwings@outlook.com>
47
* Yasushi Ando <andyjpn@gmail.com>
48
* Syed Jafri <syed@metalpay.co>
49
+* Peter Hayman <peteyhayman@gmail.com>
50
51
Portions of this software are derived from third-party works licensed under
52
the following terms:
std/assembly/index.d.ts
@@ -1405,6 +1405,7 @@ declare const F32: typeof _Float;
1405
declare const F64: typeof _Float;
1406
/** Alias of F64. */
1407
declare const Number: typeof F64;
1408
+declare type Number = typeof F64;
1409
1410
// User-defined diagnostic macros
1411
0 commit comments