@acanto/core-dom
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -9,3 +9,3 @@ import debounce from "lodash.debounce"; | ||
* @param {import("lodash").DebounceSettings} [debounceOptions] | ||
* @returns {EventListener} An automatic unbinding function to run to deregister the listener upon call | ||
* @returns {() => any} An automatic unbinding function to run to deregister the listener upon call | ||
*/ | ||
@@ -12,0 +12,0 @@ export default function listenScroll(handler, debounceOptions) { |
{ | ||
"name": "@acanto/core-dom", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"author": "Acanto <info@acanto.net> (https://acanto.agency/)", | ||
@@ -18,3 +18,3 @@ "license": "ISC", | ||
"sideEffects": false, | ||
"gitHead": "e6294f51eeffb75c9ba6b868dc2dc9efd42efcf0" | ||
"gitHead": "0d1abd0044d2280a10ebeb961f933cd95db60686" | ||
} |
22074