Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3796bb3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Sep 1, 2024
1 parent 88ac169 commit 1685b74
Show file tree
Hide file tree
Showing 10 changed files with 7,554 additions and 7,554 deletions.
7,546 changes: 3,773 additions & 3,773 deletions node.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.js
Original file line number Diff line number Diff line change
Expand Up @@ -18006,7 +18006,7 @@ var $;
}
heatmap_diif() {
const jsons = this.multi_jsons();
if (jsons.length == 2) {
if (jsons?.length == 2) {
return jsons.every(json => json.payload.points.v.some(val => Math.floor(val) !== val));
}
return false;
Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18006,7 +18006,7 @@ var $;
}
heatmap_diif() {
const jsons = this.multi_jsons();
if (jsons.length == 2) {
if (jsons?.length == 2) {
return jsons.every(json => json.payload.points.v.some(val => Math.floor(val) !== val));
}
return false;
Expand Down
2 changes: 1 addition & 1 deletion node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17990,7 +17990,7 @@ var $;
}
heatmap_diif() {
const jsons = this.multi_jsons();
if (jsons.length == 2) {
if (jsons?.length == 2) {
return jsons.every(json => json.payload.points.v.some(val => Math.floor(val) !== val));
}
return false;
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1685b74

Please sign in to comment.