@fathym-deno/common
Advanced tools
Comparing version 0.0.33 to 0.0.34-eac
@@ -0,1 +1,6 @@ | ||
/** | ||
* Determine if a path exists. | ||
* @param path The path to check for existence. | ||
* @returns If the path exists. | ||
*/ | ||
import * as dntShim from "../../_dnt.shims.js"; | ||
@@ -2,0 +7,0 @@ export async function exists(path) { |
@@ -5,3 +5,3 @@ { | ||
"name": "@fathym-deno/common", | ||
"version": "0.0.33", | ||
"version": "0.0.34-eac", | ||
"description": "Fathym's ES6 based common library.", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
@@ -27,2 +27,7 @@ "use strict"; | ||
exports.exists = void 0; | ||
/** | ||
* Determine if a path exists. | ||
* @param path The path to check for existence. | ||
* @returns If the path exists. | ||
*/ | ||
const dntShim = __importStar(require("../../_dnt.shims.js")); | ||
@@ -29,0 +34,0 @@ async function exists(path) { |
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
13315
341