escss-estest
Advanced tools
Comparing version 1.4.15 to 1.4.16
@@ -113,17 +113,2 @@ /** | ||
* @param {string} errMsg | ||
* ```js | ||
* ESTest(NaN, 'NaN') | ||
* ESTest([], 'array') | ||
* ESTest(null, 'null') | ||
* ESTest(undefined, 'undefined') | ||
* ESTest(1, 'number') | ||
* ESTest('foo', 'string') | ||
* ESTest(true, 'boolean') | ||
* ESTest({}, 'object') | ||
* ESTest(1n, 'bigint') | ||
* ESTest(Symbol(), 'symbol') | ||
* ESTest(function () {}, 'function') | ||
* ESTest(1, 'object') // error | ||
* ESTest(1, 'object', 'foo') // error & message "foo" | ||
* ``` | ||
*/ | ||
@@ -130,0 +115,0 @@ function ESTest(input, type, errMsg = customErrMsg) { |
{ | ||
"name": "escss-estest", | ||
"version": "1.4.15", | ||
"version": "1.4.16", | ||
"description": "100% function coverage for easier life.", | ||
@@ -25,4 +25,4 @@ "keywords": [ | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"files": ["lib"] | ||
} |
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
9774
5
149