Comparing version 0.3.12 to 0.4.0
@@ -30,3 +30,6 @@ "use strict"; | ||
var timer; | ||
return function (option) { | ||
/** | ||
* @type {DebounceExecutor} | ||
*/ | ||
var cb = function cb(option) { | ||
var _ref = option || {}, | ||
@@ -42,4 +45,5 @@ _ref$delay = _ref.delay, | ||
}; | ||
return cb; | ||
}; | ||
var _default = exports["default"] = debounce; | ||
module.exports = exports.default; |
{ | ||
"version": "0.3.12", | ||
"version": "0.4.0", | ||
"name": "call-func", | ||
@@ -4,0 +4,0 @@ "repository": { |
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
28906
810