@xylabs/exists
Advanced tools
Comparing version 2.11.22 to 2.11.23
@@ -1,3 +0,2 @@ | ||
// src/index.ts | ||
var exists = (x) => { | ||
const exists = (x) => { | ||
return x === void 0 || x === null ? false : true; | ||
@@ -4,0 +3,0 @@ }; |
@@ -19,2 +19,4 @@ "use strict"; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
// src/index.ts | ||
var src_exports = {}; | ||
@@ -25,3 +27,3 @@ __export(src_exports, { | ||
module.exports = __toCommonJS(src_exports); | ||
const exists = (x) => { | ||
var exists = (x) => { | ||
return x === void 0 || x === null ? false : true; | ||
@@ -28,0 +30,0 @@ }; |
@@ -42,4 +42,4 @@ { | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^3.0.70", | ||
"@xylabs/tsconfig": "^3.0.70", | ||
"@xylabs/ts-scripts-yarn3": "^3.0.72", | ||
"@xylabs/tsconfig": "^3.0.72", | ||
"typescript": "^5.2.2" | ||
@@ -55,3 +55,3 @@ }, | ||
"sideEffects": false, | ||
"version": "2.11.22" | ||
"version": "2.11.23" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package