testing js app
Node.js CI Test / build (12.x) (pull_request) Failing after 6s
Node.js CI Test / build (14.x) (pull_request) Failing after 6s
Node.js CI Test / build (16.x) (pull_request) Successful in 10s

This commit is contained in:
Mark
2026-05-19 22:10:51 -07:00
parent 789e48e01e
commit 96ccf86f5c
5266 changed files with 514154 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
declare function isNegativeZero(x: unknown): boolean;
export = isNegativeZero;