chushihua
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
var throttle = require('./throttle');
|
||||
var debounce = require('./debounce');
|
||||
|
||||
module.exports = {
|
||||
throttle: throttle,
|
||||
debounce: debounce
|
||||
};
|
||||
Reference in New Issue
Block a user