@applitools/functional-commons
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@applitools/functional-commons", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/functional-commons.js", |
@@ -41,5 +41,10 @@ 'use strict' | ||
function throw_(err) { | ||
throw err | ||
} | ||
module.exports = { | ||
cacheFunctionSync, | ||
cacheFunctionAsync, | ||
throw_, | ||
} |
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
1953
37