Skip to content

Commit 21cb8bb

Browse files
authored
fix: Add global type 'Number' to stdlib types (#2260)
1 parent d884ac8 commit 21cb8bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ under the licensing terms detailed in LICENSE:
4646
* mooooooi <emwings@outlook.com>
4747
* Yasushi Ando <andyjpn@gmail.com>
4848
* Syed Jafri <syed@metalpay.co>
49+
* Peter Hayman <peteyhayman@gmail.com>
4950

5051
Portions of this software are derived from third-party works licensed under
5152
the following terms:

std/assembly/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,7 @@ declare const F32: typeof _Float;
14051405
declare const F64: typeof _Float;
14061406
/** Alias of F64. */
14071407
declare const Number: typeof F64;
1408+
declare type Number = typeof F64;
14081409

14091410
// User-defined diagnostic macros
14101411

0 commit comments

Comments
 (0)