UNPKG

yanan.wang

Version:

This is a toolset

3 lines 139 B
const {EventBus} = require("./eventBus") const {throttle, debounce} = require("./util") module.exports = { EventBus, throttle, debounce};