just-debounce-it
Advanced tools
Comparing version 1.5.0 to 2.0.0
@@ -9,3 +9,3 @@ // Definitions by: Aziz Khambati <https://github.com/azizhk> | ||
export = debounce; | ||
export default debounce; | ||
@@ -12,0 +12,0 @@ declare function debounce<T extends Function>( |
@@ -1,2 +0,2 @@ | ||
import debounce = require("./index"); | ||
import debounce from './index' | ||
@@ -3,0 +3,0 @@ // OK |
{ | ||
"name": "just-debounce-it", | ||
"version": "1.5.0", | ||
"version": "2.0.0", | ||
"description": "return a debounced function", | ||
@@ -22,2 +22,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |