downloads-folder
Advanced tools
Comparing version 3.0.1 to 3.0.2
const downloads = require('.'); | ||
console.log(downloads()); |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "downloads-folder", | ||
"description": "Get the local downloads folder, for all major platforms", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": "juliangruber/downloads-folder", |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ const fs = require('fs'); |
declare function download(): string; | ||
export = download |
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
3083