Comparing version 0.3.0 to 0.3.1
@@ -15,3 +15,3 @@ "use strict"; | ||
* @param {object} def | ||
* @returns {object} | ||
* @returns {Object} | ||
*/ | ||
@@ -48,3 +48,3 @@ | ||
* @param {object} def | ||
* @returns {object} | ||
* @returns {Object} | ||
*/ | ||
@@ -51,0 +51,0 @@ |
{ | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"name": "win-doc", | ||
@@ -4,0 +4,0 @@ "repository": { |
/** | ||
* @param {object|undefined} w | ||
* @param {object} def | ||
* @returns {object} | ||
* @returns {Object} | ||
*/ | ||
export function doc(w?: object | undefined, def?: object): object; | ||
export function doc(w?: object | undefined, def?: object): any; | ||
/** | ||
* @param {object} def | ||
* @returns {object} | ||
* @returns {Object} | ||
*/ | ||
export function win(def?: object): object; | ||
export function win(def?: object): any; | ||
/** | ||
@@ -13,0 +13,0 @@ * @param {string} key |
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
5285