squint-cljs 0.2.26 → 0.2.27

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "squint-cljs",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.2.26",
5
+ "version": "0.2.27",
6
6
  "files": [
7
7
  "core.js",
8
8
  "src/squint/core.js",
@@ -1368,3 +1368,7 @@ export function compare(x, y) {
1368
1368
  export function to_array(aseq) {
1369
1369
  return into_array(aseq);
1370
1370
  }
1371
+
1372
+ // export function truth_(x) {
1373
+ // return ( x != null && x !== false );
1374
+ // }