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 bf78244 commit 5dbf227Copy full SHA for 5dbf227
scripts/find-ranged-headline-statuses.ts
@@ -0,0 +1,7 @@
1
+import { features } from "../index";
2
+
3
+for (const [key, data] of Object.entries(features)) {
4
+ if ((data.status.baseline_low_date ?? "").includes("≤")) {
5
+ console.log(key);
6
+ }
7
+}
0 commit comments