diff --git a/NOTICE b/NOTICE index bf6d984510..7b53ee0470 100644 --- a/NOTICE +++ b/NOTICE @@ -51,6 +51,7 @@ under the licensing terms detailed in LICENSE: * Adrien Zinger * Ruixiang Chen * Daniel Salvadori +* Jairus Tanaka Portions of this software are derived from third-party works licensed under the following terms: diff --git a/src/glue/js/i64.d.ts b/src/glue/js/i64.d.ts index 4b0d28bdb9..6c06a428a4 100644 --- a/src/glue/js/i64.d.ts +++ b/src/glue/js/i64.d.ts @@ -48,7 +48,7 @@ declare function i64_lt(left: i64, right: i64): boolean; declare function i64_lt_u(left: i64, right: i64): boolean; declare function i64_align(value: i64, alignment: i32): i64; -declare function i64_signbit(value): boolean; +declare function i64_signbit(value: i64): boolean; declare function i64_is_i8(value: i64): boolean; declare function i64_is_i16(value: i64): boolean;