@teamawesome/multi-dict
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -447,3 +447,3 @@ "use strict"; | ||
* @param {function(*, *[], this):undefined} callback | ||
* @param {*} thisArg Option 'this' context for the callback | ||
* @param {*} thisArg Optional 'this' context for the callback | ||
*/ | ||
@@ -450,0 +450,0 @@ |
{ | ||
"name": "@teamawesome/multi-dict", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "", | ||
@@ -42,3 +42,4 @@ "main": "dist/index.js", | ||
"@teamawesome/access": "^1.0.7" | ||
} | ||
}, | ||
"types": "./multi-dict.d.ts" | ||
} |
@@ -29,3 +29,3 @@ # Installation | ||
// Each level of the dict will be an array | ||
new MultiDict({ | ||
new Dictionary({ | ||
defaultType: Array | ||
@@ -36,3 +36,3 @@ }); | ||
// The third and deeper levels will be the default type. | ||
new MultiDict({ | ||
new Dictionary({ | ||
types: [Object, Array] | ||
@@ -39,0 +39,0 @@ }); |
@@ -200,3 +200,3 @@ import Item from './item'; | ||
* @param {function(*, *[], this):undefined} callback | ||
* @param {*} thisArg Option 'this' context for the callback | ||
* @param {*} thisArg Optional 'this' context for the callback | ||
*/ | ||
@@ -203,0 +203,0 @@ forEach(callback, thisArg = undefined) { |
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
42222
13
1174