@bendyline/gezel 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,10 @@
1
+ /**
2
+ * New accelerator work is never admitted above this temperature unless
3
+ * device safety is explicitly disabled.
4
+ *
5
+ * Kept in a browser-safe core module so runtime policy and settings copy use
6
+ * the same value.
7
+ */
8
+ declare const DEVICE_HARD_TEMPERATURE_C = 105;
9
+
10
+ export { DEVICE_HARD_TEMPERATURE_C as D };